Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Small feature update

Compare
Choose a tag to compare
@Skycoder42 Skycoder42 released this 10 Jul 16:56

Changelog:

  • Improved generation of registration hooks
  • Registration hooks can now be disabled using the no_register_json_converters config flag
  • Added serialization for std::chrono::* (basic times, i.e. hours, minutes, seconds, ...)
  • Added std::optional serialization
  • Added std::variant serialization
  • Added helper macros for converter registration with inverse typedefs
  • Improve behaviour/design of registration methods
  • Add StrictBasicTypes validation flag to test if basic types like int, double, ...
  • Add option to ignore the STORED attribute of serialized properties ( #18 )
  • Requires C++17