IDataCacheObjectSerializer Interface
Updated: June 12, 2012
Implement this interface to provide custom serialization for cached objects.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(Stream^) | Deserializes a memory stream to an object. |
![]() | Serialize(Stream^, Object^) | Serializes an object to a memory stream. |
Show:
