SlimSerializer BatchTypeRegistry Property NFX Class Library

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

ADVANCED FEATURE! Developers do not use. Returns type registry used in batch. This call is only valid in TypeMode = "Batch" and is inherently not thread-safe. Be careful not to mutate the returned object

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

public TypeRegistry BatchTypeRegistry { get; }

Property Value

Type: TypeRegistry
See Also