Skip to content

Investigate moving away from xml serialization #370

@adriengivry

Description

@adriengivry

Problem this feature should fix
XML was great in 2003, but since then, many more optimized and easier to read serialization file types emerged.
We should investigate moving to:

  • Cereal (JSON but with a C++ serialization layer)
  • Raw JSON (with rapidjson)
  • MessagePack (msgpack): JSON but saved as binary, fast, better for builds, not human readable

Expected solution
Find and implement this new serialization system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RefactoringSomething that needs a refactoring

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions