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

Major library update with CBOR support

Compare
Choose a tag to compare
@Skycoder42 Skycoder42 released this 14 Nov 07:06
· 23 commits to master since this release
549761e

This major version update completely reworked the library for better performance and support of custom types. The following list shows the most significant changes:

  • Support for CBOR de/serialization
    • Including advanced tagging support for CBOR
    • Singular core system, so typeconverters can be used for CBOR and JSON
    • Embedded compability ensurance: CBOR serialization followed by a conversion to JSON and direct JSON serialization yield same results
  • Support for generic sequential and associative containers
  • Improved type safety via extraxtors
  • More converters (including bitarrays, smart pointers and enums)
  • All types have been renamed and moved into the QtJsonSerializer namespace