ISlimSerializer MembersNFX Class Library

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

The ISlimSerializer type exposes the following members.
Methods

  NameDescription
Public methodDeserialize (Inherited from ISerializer.)
Public methodResetCallBatch
Resets type registry state to initial state (which is based on global types) for TypeMode = "Batch", otherwise does nothing
Public methodSerialize (Inherited from ISerializer.)
Back to Top
Properties

  NameDescription
Public propertyBatchTypesAdded
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
Public propertyIsThreadSafe
Indicates whether Serialize/Deserialize may be called by multiple threads at the same time
(Inherited from ISerializer.)
Public propertyTypeMode
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
Back to Top
See Also