33#ifdef _QX_ENABLE_QT_NETWORK
34#ifndef _QX_SERIALIZE_QJSON_IX_PARAMETER_H_
35#define _QX_SERIALIZE_QJSON_IX_PARAMETER_H_
48#include <QtCore/qjsonvalue.h>
49#include <QtCore/qjsonobject.h>
50#include <QtCore/qjsonarray.h>
65 { Q_UNUSED(t); Q_UNUSED(format);
return QJsonValue(); }
72 { Q_UNUSED(j); Q_UNUSED(t); Q_UNUSED(format);
return qx_bool(
true); }
Common interface for all parameters transfered by QxService module of QxOrm library.
qx::cvt : namespace to provide global functions to convert any kind of objects to/from QString and QV...
qx_bool : boolean type with code and description message when an error occured
qx::service::IxParameter : common interface for all parameters transfered by QxService module of QxOr...
Root namespace for all QxOrm library features.
static qx_bool fromJson(const QJsonValue &j, qx::service::IxParameter &t, const QString &format)
static QJsonValue toJson(const qx::service::IxParameter &t, const QString &format)