DefaultSerializerTDeserialize Method

ScaleOut Software NamedCache API
Deserializes an object previously serialized with Serialize(Stream, T) method from the supplied stream.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public override T Deserialize(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The Stream from which the serialized object can be read.

Return Value

Type: T
The deserialized object of T type.
See Also

Reference