Click or drag to resize
BinaryDeserializer Constructor
Creates a new binary deserializer for reading objects from the specified stream.

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public BinaryDeserializer(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to read objects from.
See Also