Skip to content

Automated Json Serialization

Jean Meurice requested to merge ComponentRework into master

Introduces the Json class which allows to serialize, instance and 'read' objects to and from Json. It works in a similar way to Gson, but has more precise functionality to allow:

  • The use of the serialization as configuration, with 'override'/'inherit' properties.
  • The simple serialization of sub-classes using explicit types.

Note: Documentation on this is to be done.

Merge request reports