33#ifndef _QX_SERIALIZE_QJSON_QX_INVALID_VALUE_X_H_
34#define _QX_SERIALIZE_QJSON_QX_INVALID_VALUE_X_H_
47#include <QtCore/qjsonvalue.h>
48#include <QtCore/qjsonobject.h>
49#include <QtCore/qjsonarray.h>
qx::cvt : namespace to provide global functions to convert any kind of objects to/from QString and QV...
qx::QxInvalidValueX : list of invalid values
Internal helper tools for qx::cvt namespace.
QX_DLL_EXPORT QJsonValue QxConvert_ToJson_Helper(const qx::dao::detail::IxSqlElement &t, const QString &format) QX_USED
QX_DLL_EXPORT qx_bool QxConvert_FromJson_Helper(const QJsonValue &j, qx::dao::detail::IxSqlElement &t, const QString &format) QX_USED
Provide global functions to convert any kind of objects to/from QString and QVariant format.
Root namespace for all QxOrm library features.
static qx_bool fromJson(const QJsonValue &j, qx::QxInvalidValueX &t, const QString &format)
static QJsonValue toJson(const qx::QxInvalidValueX &t, const QString &format)