FsPickler


WriteState

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

Contains all state related to object serializations

Instance members

Instance memberDescription
x.DisableSubtypeResolution
Signature: bool

Do not allow subtype resolution when serializing classes

CompiledName: get_DisableSubtypeResolution

x.IsHashComputation
Signature: bool

Identifies this serialization session as a hash computation

CompiledName: get_IsHashComputation

x.StreamingContext
Signature: StreamingContext

Streaming context to the serialization

CompiledName: get_StreamingContext

Fork me on GitHub