FsPickler


BinaryPickleFormatProvider

Namespace: MBrace.FsPickler
Attributes:
[<AutoSerializable(false)>]

Factory methods for the binary serialization format.

Constructors

ConstructorDescription
new(forceLittleEndian)
Signature: forceLittleEndian:bool -> BinaryPickleFormatProvider

CompiledName: .ctor

Instance members

Instance memberDescription
x.ForceLittleEndian()
Signature: unit -> bool

CompiledName: set_ForceLittleEndian

x.ForceLittleEndian()
Signature: unit -> unit

CompiledName: get_ForceLittleEndian

Fork me on GitHub