IDataCacheObjectSerializer.Serialize Method (Stream, Object)
Serializes an object to a memory stream.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- stream
-
Type:
System.IO.Stream
A memory stream to use to store the serialized object.
- value
-
Type:
System.Object
The object to serialize.
Show: