21 #ifndef QJSON_SERIALIZER_H
22 #define QJSON_SERIALIZER_H
164 void serialize(
const QVariant &
variant, QIODevice* out,
bool* ok);
176 QByteArray serialize(
const QVariant &variant,
bool *ok);
181 void allowSpecialNumbers(
bool allow);
186 bool specialNumbersAllowed()
const;
198 void setDoublePrecision(
int precision);
208 QString errorMessage()
const;
217 #endif // QJSON_SERIALIZER_H
#define TTK_MODULE_EXPORT
TTKVariant< Types...> variant
Main class used to convert QVariant objects to JSON data.
IndentMode
How the indentation should work.
#define TTK_DECLARE_PRIVATE(Class)
Main class used to convert QVariant objects to JSON data private.