 | BinarySerializer Class |
Converts objects to their binary representations.
Inheritance Hierarchy
Namespace: Slash.Serialization.BinaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic class BinarySerializer
Public Class BinarySerializer
public ref class BinarySerializer
type BinarySerializer = class end
The BinarySerializer type exposes the following members.
Constructors
| Name | Description |
---|
 | BinarySerializer |
Creates a new binary serializer for writing objects to the specified stream.
|
Top
Methods
| Name | Description |
---|
 | Serialize |
Writes the specified object to the current stream.
|
Top
See Also