Click or drag to resize
AttributeTableDeserialize Method
Reads this object from its binary representation.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Deserialize(
	BinaryDeserializer deserializer
)

Parameters

deserializer
Type: Slash.Serialization.BinaryBinaryDeserializer
Deserializer to read the object with.

Implements

IBinarySerializableDeserialize(BinaryDeserializer)
See Also