Click or drag to resize
BinarySerializerSerialize Method
Writes the specified object to the current stream.

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public void Serialize(
	Object o
)

Parameters

o
Type: SystemObject
Object to serialize.
See Also