Skip to content

v0.5.0: Serialization

Compare
Choose a tag to compare
@tgockel tgockel released this 13 Feb 07:01
· 308 commits to trunk since this release

The focus of this release is extensible serialization between JSON values and C++ types.

  • Creates formats, extractor, serializer and adapter classes
  • Creates the extract and to_json free functions for conversion
  • Creates the Serialization Builder DSL for easily making type adapters
  • Adds support for compiling with GCC and Clang on Windows with Cygwin
  • Adds experimental support for Microsoft Visual Studio 14 (CTP 5)
  • Adds the value::is_X convenience functions for checking kind values.