IDisposableSerializer MembersNFX Class Library

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

The IDisposableSerializer type exposes the following members.
Methods

  NameDescription
Public methodDeserialize (Inherited from ISerializer.)
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodSerialize (Inherited from ISerializer.)
Back to Top
Properties

  NameDescription
Public propertyIsThreadSafe
Indicates whether Serialize/Deserialize may be called by multiple threads at the same time
(Inherited from ISerializer.)
Back to Top
See Also