Offers functionality to load/dump the content of Maps (optionally of anything actually, using the delegate version of the dump/load functions).
Specialized version of class Map that includes serialization capabilities using the MapExtension mixin
Slightly specialized version of Map that would simply take the raw value of structs to hash them
Dump function that dumps in the old format, to test whether we can still read it (and convert it)
Test writing & loading of the given combination of struct types on a virtual file
/////////// Test Loading of version 4 header
Template meant to be used with mixin in classes that inherit from the class Map.
Contains extensions for Map based classes to dump the contents of maps to a file or to read from a file into a map. Includes struct versioning support.
This module provides you with several ways to load/dump a map from/into a file:
* Using the specialized version SerializingMap of the class Map * Using the provided MapExtension mixin to extend a map yourself * Using the class MapSerializer to use the load/dump functions directly
See documentation of class MapSerializer for more details