Namespace Azos.Serialization
Classes
AzosSerializationException
Base exception thrown by the serialization-related classes
MSBinaryFormatter
Implements ISerializer with Ms BinaryFormatter
SerializationUtils
Provides misc serialization-related functions that are really low-level and not intended to be used by developers. Methods are thread-safe
Interfaces
IDisposableSerializer
Describes an entity that can serialize and deserialize objects and can be disposed
ISerializer
Describes an entity that can serialize and deserialize objects
Enums
SerializationOperation
Denotes ser/deser operations