PODSlimSerializer ClassNFX Class Library

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

Serializes CLR object graphs using PortableObjectDocument container and Slim binary serialization algorithm. This class is far less performant than SlimSerializer, however it serializes types using document model that allows to transform/change data during serialization/deserialization. This class is needed for upgrades, when object metadata may change but need to be read (maybe partially) back into the new type structure
Inheritance Hierarchy

OnlineSystem Object
  NFX.Serialization.Slim PODSlimSerializer

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

public class PODSlimSerializer : ISlimSerializer, 
	ISerializer
See Also