Click or drag to resize
IBinarySerializable Interface
Object that can be converted to a binary representation and back.

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public interface IBinarySerializable

The IBinarySerializable type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Reads this object from its binary representation.
Public methodSerialize
Converts this object to its binary representation.
Top
See Also