SlimSerializer BatchTypesAdded Property NFX Class Library

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

Returns true if last call to Serialize or Deserialize in batch mode added more types to type registry. This call is only valid in TypeMode = "Batch" and is inherently not thread-safe

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

public bool BatchTypesAdded { get; }

Property Value

Type: OnlineBoolean

Implements

ISlimSerializer BatchTypesAdded
See Also