PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Serializers
Open sandboxFocus

Namespace PostSharp.Patterns.Caching.Serializers

Classes

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).

Interfaces

ISerializer

Serializes an object into a byte array and deserializes the byte array back.