[This is preliminary documentation and is subject to change.]
Provides serialization functionality
Classes
Class | Description | |
---|---|---|
![]() | MSBinaryFormatter |
Implements ISerializer with Ms BinaryFormatter
|
![]() | NFXSerializationException |
Base exception thrown by the serialization-related classes
|
![]() | SerializationUtils |
Provides misc serialization-related functions that are really low-level and not intended to be used by developers.
Methods are thread-safe
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IDisposableSerializer |
Describes an entity that can serialize and deserialize objects and can be disposed
|
![]() | ISerializer |
Describes an entity that can serialize and deserialize objects
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | SerializationOperation |
Denotes ser/deser operations
|