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

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Serialize(
	BinarySerializer serializer
)

Parameters

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

Implements

IBinarySerializableSerialize(BinarySerializer)
See Also