QtJsonSerializer
QtJsonSerializer copied to clipboard
A library to perform generic seralization and deserialization of QObjects from and to JSON and CBOR
I would like to update all or selected properties of an existing object. Is it possible to do it with QtJsonSerializer? Right now I am writing such de-serialization functions myself,...
registerSetConverters results in build time error no matching function to call qHash(... my class ``` class simpleGadget { Q_GADGET Q_PROPERTY(int id MEMBER id) Q_PROPERTY(bool flag MEMBER flag); Q_PROPERTY(float fValue MEMBER...
Hello! I have 10000 PODs. Each POD contains primitive properties, so CBORQVariant conversion can be done without iterating converter "store" (more than 20 checks a-la `canConvert` are done before switching...
Hi I'm using Qt version 5.10.0. I get this error when serializing this class : `class Spectra : public QObject { Q_OBJECT Q_ENUM(SpectrumType) Q_ENUM(SpectrumPolarization) Q_PROPERTY(double incidenceAngle MEMBER incidenceAngle) Q_PROPERTY(SpectrumType type...
I am using Qt 5.15.0. I followed the steps in the readme for building the library and sample code from scratch. everything seems to build fine but when I run...
Hi, I compiled the QtJsonSerializer, and installed. Then try to run sample, the only change was to Sample.pro where I added `CONFIG += c++1z` If I run the Sample application...
Please as the latest version available through the repository is 5.14.1.
I have a library that used CMake, and I want to link my library with QtJsonSerializer, but QtJsonSerializer used qmake, therefore it's hard linking between two libraries.
**QT version**: 5.14.1 **QtJsonSerializer install way**: Download the compiled modules from the release page. **System**: windows 10 **Build setting**: Qt_5_14_1_MSVC2017_64bit-Debug No changes have been made to the sample code except...
MaintenanceTool: Qt5.14.1/MaintenanceTool.exe 