Serialisation

Serialisation allows game state to be sent over the network or saved to a file. All serialisation is binary and is comprised of a sequence of nested boxes.

There is also the convenience header planet/serialise.hpp which includes everything.

Planet's boxes

Box names starting with an underscore (_) are reserved for use by Planet.