IDataCacheObjectSerializer Interface

 

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)

Syntax

public interface IDataCacheObjectSerializer
public interface class IDataCacheObjectSerializer
type IDataCacheObjectSerializer = interface end
Public Interface IDataCacheObjectSerializer

Methods

Name Description
System_CAPS_pubmethod Deserialize(Stream)

Deserializes a memory stream to an object.

System_CAPS_pubmethod Serialize(Stream, Object)

Serializes an object to a memory stream.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top