Click or drag to resize
BinaryDeserializerDeserialize Method (Type)
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 Object Deserialize(
	Type type
)

Parameters

type
Type: SystemType
Type of the object to read.

Return Value

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