21 #ifndef SERIALIZERRUNNABLE_H 22 #define SERIALIZERRUNNABLE_H 24 #include "qjson_export.h" 26 #include <QtCore/QObject> 27 #include <QtCore/QRunnable> 51 void setJsonObject(
const QVariant& json );
62 void parsingFinished(
const QByteArray& serialized,
bool ok,
const QString& error_msg);
71 #endif // SERIALIZERRUNNABLE_H Convenience class for converting JSON data to QVariant objects using a dedicated thread.