ITypeSerializer Deserialize T  Method (Stream)Couchbase .NET SDK 2.1.0 Documentation
Deserializes the specified stream into the Type T specified as a generic parameter.

Namespace: Couchbase.Core.Serialization
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
T Deserialize<T>(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream.
Type Parameters
T
The Type specified as the type of the value.

Return Value

Type: T
The Type instance representing the value of the key.
See Also