Skip to content

A library for serializing and deserializing complex Qt object graphs to and from JSON

License

Notifications You must be signed in to change notification settings

Znurre/QJsonSerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QJsonSerializer

Summary

A library for serializing and deserializing complex Qt object graphs to and from JSON

Installation

Linux:

qmake
make
sudo make install

Windows (MSVC):

qmake
nmake
nmake install

Windows (MinGW):

qmake
mingw32-make
mingw32-make install

Getting started

CONFIG += jsonserializer
#include <QJsonSerializer>

See the test cases for code examples.

What works

  • Serialization and deserialization of complex object graphs, including nested objects and collections

What does not work

  • Serialization and deserialization of polymorphic objects is currently untested.

About

A library for serializing and deserializing complex Qt object graphs to and from JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published