FsPickler


Pickle<'T>

Namespace: MBrace.FsPickler
Parent Module: ExtensionMethods
Attributes:
[<Sealed>]
[<DataContract>]

Pickled object with type annotation

Record Fields

Record FieldDescription
bytes
Signature: byte []
Modifiers: mutable
Attributes:
[<DataMember(Name = "Bytes")>]

Constructors

ConstructorDescription
new(bytes)
Signature: (bytes:byte []) -> Pickle<'T>

Wraps a byte array into a type annotated pickle.

CompiledName: .ctor

Instance members

Instance memberDescription
x.Bytes
Signature: byte []

Byte array pickle

CompiledName: get_Bytes

Fork me on GitHub