You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
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 from the command line I get the following output:
Serializing SampleGadget:
{
"base": [
42,
13
],
"rawData": {
"someData": false
}
}
And deserializing data back:
base: QPoint(42,13)
rawData: {
"someData": false
}
Now the test object, with the previous gadget as child:
terminate called after throwing an instance of 'QtJsonSerializer::SerializationException'
what(): what: Failed to serialize with error: Unable to determine typeid of meta enum SampleObject::SuperFlags
Property Trace:
flags (Type: SuperFlags)
Annullato (core dump creato)
System is Ubuntu 16.04 with: Qt v5.14.2 g++ v7.5.0
The text was updated successfully, but these errors were encountered:
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 from the command line I get the following output:
System is Ubuntu 16.04 with:
Qt v5.14.2
g++ v7.5.0
The text was updated successfully, but these errors were encountered: