Click or drag to resize
BinarySerializer Class
Converts objects to their binary representations.
Inheritance Hierarchy
SystemObject
  Slash.Serialization.BinaryBinarySerializer

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public class BinarySerializer

The BinarySerializer type exposes the following members.

Constructors
  NameDescription
Public methodBinarySerializer
Creates a new binary serializer for writing objects to the specified stream.
Top
Methods
  NameDescription
Public methodSerialize
Writes the specified object to the current stream.
Top
See Also