FsPickler


BinarySerializer

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

Binary pickler instance.

Record Fields

Record FieldDescription
format
Signature: BinaryPickleFormatProvider

Constructors

ConstructorDescription
new(...)
Signature: (forceLittleEndian:bool option * typeConverter:ITypeNameConverter option * picklerResolver:IPicklerResolver option) -> BinarySerializer

Initializes a new Binary pickler instance.

CompiledName: .ctor

Instance members

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

Gets or sets the ForceLittleEndian setting. Uses BinaryWriter rather than Buffer.BlockCopy for array serializations but is slower.

CompiledName: set_ForceLittleEndian

x.ForceLittleEndian()
Signature: unit -> unit

Gets or sets the ForceLittleEndian setting. Uses BinaryWriter rather than Buffer.BlockCopy for array serializations but is slower.

CompiledName: get_ForceLittleEndian

Fork me on GitHub