This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Changed handling of state persistence
Previously state was handled by letting the modules in the package directly interface to persistent storage.
This we now have changed such that the user of the package have a set of methods: dump, flush and load, that it can use to collect and restore state information. The state information can be store it in a manner chosen by the user.