Add versioning to JSON serializer

This commit is contained in:
Tim Wojtulewicz 2025-04-07 16:11:15 -07:00
parent dbb3144e2d
commit 9593db1974
3 changed files with 22 additions and 6 deletions

View file

@ -36,8 +36,6 @@ public:
protected:
Serializer(std::string name) : name(std::move(name)) {}
private:
std::string name;
};