[This is preliminary documentation and is subject to change.]
Gets/sets how serializer handles type information between calls to Serialize/Deserialize.
Setting this to "Batch" makes this serializer instance not thread-safe for calling Serialize/Deserialize.
This property itself is not thread-safe, that is - it should be only set once by control/initiating thread
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Property Value
Type: TypeRegistryModeImplements
ISlimSerializer TypeModeSee Also