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)

Syntax

object Deserialize(
    Stream stream
)
Object^ Deserialize(
    Stream^ stream
)
abstract Deserialize : 
        stream:Stream -> Object
Function Deserialize (
    stream As Stream
) As Object

Parameters

Return Value

Type: System.Object

Returns Object.

See Also

IDataCacheObjectSerializer Interface
Microsoft.ApplicationServer.Caching Namespace

Return to top