Namespace Serenity.GameSave.Infrastructure.Stores
Classes
ActiveSlotKeyValueStore
IKeyValueStore that routes every entry through a CheckpointsSection
instead of an independent backend, so whatever is written through it travels inside the
active GameSave slot's own document rather than a separate, unrelated file or key space.