Click or drag to resize
BinaryDeserializerDeserializeT Method
Reads and returns an object of the specified type from the current stream.

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public T Deserialize<T>()

Type Parameters

T
Type of the object to read.

Return Value

Type: T
Object of the specified type read from the current stream.
See Also