PostSharp.ILAPI ReferencePost­Sharp.​Patterns.​Caching.​Serializers
Open sandboxFocus

PostSharp.Patterns.Caching.Serializers Namespace

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.

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.