DataManager

main class for data from a file etc

Members

Functions

AddStructure
void AddStructure(string name, Structure structure)

adds a structure type

Deserialise
Structure Deserialise(ubyte[] data)

creates data from an array of bytes

Serialise
ubyte[] Serialise(Structure structure)

turns the data into an array of bytes

ValidStructure
bool ValidStructure(string name, Structure structure)

checks if a structure is valid

Variables

structures
Structure[string] structures;
Undocumented in source.

Meta