NFX.Serialization NamespaceNFX Class Library

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

Provides serialization functionality
Classes

  ClassDescription
Public classMSBinaryFormatter
Implements ISerializer with Ms BinaryFormatter
Public classNFXSerializationException
Base exception thrown by the serialization-related classes
Public classSerializationUtils
Provides misc serialization-related functions that are really low-level and not intended to be used by developers. Methods are thread-safe
Interfaces

  InterfaceDescription
Public interfaceIDisposableSerializer
Describes an entity that can serialize and deserialize objects and can be disposed
Public interfaceISerializer
Describes an entity that can serialize and deserialize objects
Enumerations

  EnumerationDescription
Public enumerationSerializationOperation
Denotes ser/deser operations