Classes
BinarySerializer
An implementation of BinaryFormatter that uses BinaryFormatter (for classes annotated with SerializableAttribute).
JsonCachingSerializer
An implementation of BinaryFormatter that uses BinaryFormatter (for classes annotated with SerializableAttribute).
PortableSerializer
An implementation of ISerializer that uses the PortableFormatter (for classes annotated with PSerializableAttribute).
Interfaces
ISerializer
Serializes an object into a byte array and deserializes the byte array back.