ArowSerializer ClassNFX Class Library

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

Facade for performing Arow serilalization. Arow format is purposely designed for "[a]daptable [row]"/version tolerant serialization that eschews creating extra copies and object instances. The serializer is used in conjunction with cl compiler that generates type-specific static serializer cores for every type that supports the format
Inheritance Hierarchy

OnlineSystem Object
  NFX.Serialization.Arow ArowSerializer

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

public static class ArowSerializer
See Also