 | BinarySerializer Constructor |
Creates a new binary serializer for writing objects to the specified stream.
Namespace: Slash.Serialization.BinaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic BinarySerializer(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
BinarySerializer(
Stream^ stream
)
new :
stream : Stream -> BinarySerializer
Parameters
- stream
- Type: System.IOStream
Stream to write objects to.
See Also