The OpenD Programming Language

serdeKeys

Attribute for key overloading during Serialization and Deserialization. The first argument overloads the key value during serialization unless serdeKeyOut is given.

Constructors

this
this(immutable(string)[] keys)

Members

Variables

keys
immutable(string)[] keys;

Meta