Pickle<'T>
Namespace: MBrace.FsPickler
Parent Module: ExtensionMethods
Attributes:
[<Sealed>]
[<DataContract>]
Pickled object with type annotation
Record Fields
Record Field | Description |
bytes
Signature: byte []
Modifiers: mutable Attributes: [<DataMember(Name = "Bytes")>] |
Constructors
Constructor | Description |
new(bytes)
Signature: (bytes:byte []) -> Pickle<'T>
|
Wraps a byte array into a type annotated pickle. CompiledName: |
Instance members
Instance member | Description |
x.Bytes
Signature: byte []
|
Byte array pickle CompiledName: |