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

Namespace: Slash.ECS.Blueprints.Configurations
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Serialize(
	BinarySerializer serializer
)

Parameters

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

Implements

IBinarySerializableSerialize(BinarySerializer)
See Also