ISerializer IsThreadSafe Property NFX Class Library

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

Indicates whether Serialize/Deserialize may be called by multiple threads at the same time

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

bool IsThreadSafe { get; }

Property Value

Type: OnlineBoolean
See Also