IDataCacheObjectSerializer::Deserialize Method (Stream^)

 

Deserializes a memory stream to an object.

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

Object^ Deserialize(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The memory stream returned from the cache.

Return Value

Type: System::Object^

Returns Object.

Return to top
Show: