ISlimSerializer TypeMode Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/sets how serializer handles type information between calls to Serialize/Deserialize. This property itself is not thread-safe, that is - it should be only set once by control/initiating thread

Namespace: NFX.Serialization.Slim
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

TypeRegistryMode TypeMode { get; set; }

Property Value

Type: TypeRegistryMode
See Also