PostSharp.Patterns.Caching.Serializers Namespace |
This namespace contains several serializers, whose role are to serialize cached objects into an array of bytes.
Class | Description | |
---|---|---|
BinarySerializer |
An implementation of BinaryFormatter that uses BinaryFormatter
(for classes annotated with SerializableAttribute).
| |
DataContractSerializer |
An implementation of ISerializer that uses NetDataContractSerializer.
You can derive this class to use a different XmlObjectSerializer.
| |
PortableSerializer |
An implementation of ISerializer that uses the PortableFormatter
(for classes annotated with PSerializableAttribute).
|
Interface | Description | |
---|---|---|
ISerializer |
Serializes an object into a byte array and deserializes the byte array back.
|