FsPickler


ReadState

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

Contains all state related to object deserializations

Instance members

Instance memberDescription
x.DisableAssemblyLoading
Signature: bool

Disable assembly loading when deserializing classes specifying System.Reflection.Assembly instances

CompiledName: get_DisableAssemblyLoading

x.DisableSubtypeResolution
Signature: bool

Do not allow subtype resolution when deserializing classes

CompiledName: get_DisableSubtypeResolution

x.StreamingContext
Signature: StreamingContext

Streaming context to the deserialization

CompiledName: get_StreamingContext

Fork me on GitHub