This repository was archived by the owner on Jun 20, 2024. It is now read-only.
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
Open
Description
It looks like the settings are serialized to and from a file, however it would be nice to have control over where the data is being loaded and saved to (i.e. a data store, in memory, etc.). It would be helpful to have optional callbacks in the constructor that would handle saving and loading the serialized data, if omitted then file persistence would be required.