Click or drag to resize
IBinarySerializableSerialize Method
Converts this object to its binary representation.

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
void Serialize(
	BinarySerializer serializer
)

Parameters

serializer
Type: Slash.Serialization.BinaryBinarySerializer
Serializer to writer this object with.
See Also