IDataCacheObjectSerializer.Serialize Method (Stream, Object)

 

Serializes an object to a memory stream.

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

Sub Serialize (
	stream As Stream,
	value As Object
)

Parameters

stream
Type: System.IO.Stream

A memory stream to use to store the serialized object.

value
Type: System.Object

The object to serialize.

Return to top
Show: