Delegate used to check whether a given record should be dumped or loaded
Dumps a map to an IO device
Writes a map to a file.
Dumps a map into a file
Writes a map to an IO device.
Loads a file into the map
Loads a file into the map
Loads a file into the map
Loads a file into the map
Instance of the serializer, needs to be initialized in the class constructor
Template meant to be used with mixin in classes that inherit from the class Map.
Extends the class with a load() and dump() function. The mixed in class has to initialize the member 'serializer' in its constructor.
See SerializingMap for an usage example