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