Serialiser

The default serialiser provided by the engine.

This serialiser is more oriented towards creating data oriented for text-based archives, rather than an optimised format that would be better for binary archives. Both can be used of course.

Members

Enums

Settings
enum Settings

See the UDA called Settings.

Static functions

deserialise
T deserialise(ArchiveObject root, UsedObjectsT objectsUsed)

Deserialises the given type using root as the root of the data.

deserialise
T deserialise(ArchiveObject root)

Deserialises the given type using root as the root of the data.

serialise
void serialise(T data, ArchiveObject parent)

Serialises the given value, using the provided parent.

Meta