IDataCacheObjectSerializer Interface

 

Updated: June 12, 2012

Implement this interface to provide custom serialization for cached objects.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

public interface class IDataCacheObjectSerializer

NameDescription
System_CAPS_pubmethodDeserialize(Stream^)

Deserializes a memory stream to an object.

System_CAPS_pubmethodSerialize(Stream^, Object^)

Serializes an object to a memory stream.

Return to top
Show: