#include <QxSerializeQJson_qx_registered_class.h>
List of all members.
Static Public Member Functions |
static QJsonValue | save (IxClass *pClass, const void *pOwner, const QString &format) |
static qx_bool | load (const QJsonValue &j, IxClass *pClass, void *pOwner, const QString &format) |
Static Private Member Functions |
static void | saveHelper (QJsonObject &obj, IxClass *pClass, const void *pOwner, const QString &format) |
static void | loadHelper (const QJsonObject &obj, IxClass *pClass, void *pOwner, const QString &format) |
Detailed Description
Member Function Documentation
static qx_bool qx::cvt::detail::QxSerializeJsonRegistered_Helper::load |
( |
const QJsonValue & |
j, |
|
|
IxClass * |
pClass, |
|
|
void * |
pOwner, |
|
|
const QString & |
format |
|
) |
| [static] |
static void qx::cvt::detail::QxSerializeJsonRegistered_Helper::loadHelper |
( |
const QJsonObject & |
obj, |
|
|
IxClass * |
pClass, |
|
|
void * |
pOwner, |
|
|
const QString & |
format |
|
) |
| [static, private] |
static QJsonValue qx::cvt::detail::QxSerializeJsonRegistered_Helper::save |
( |
IxClass * |
pClass, |
|
|
const void * |
pOwner, |
|
|
const QString & |
format |
|
) |
| [static] |
static void qx::cvt::detail::QxSerializeJsonRegistered_Helper::saveHelper |
( |
QJsonObject & |
obj, |
|
|
IxClass * |
pClass, |
|
|
const void * |
pOwner, |
|
|
const QString & |
format |
|
) |
| [static, private] |
The documentation for this struct was generated from the following file: