QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxSerializeQJson_qx_registered_class.h>
Public Types | |
enum | { is_valid = qx::trait::is_qx_registered<T>::value } |
Static Public Member Functions | |
static QJsonValue | save (const T &t, const QString &format) |
static qx_bool | load (const QJsonValue &j, T &t, const QString &format) |
Definition at line 69 of file QxSerializeQJson_qx_registered_class.h.
anonymous enum |
Definition at line 72 of file QxSerializeQJson_qx_registered_class.h.
static qx_bool qx::cvt::detail::QxSerializeJsonRegistered< T >::load | ( | const QJsonValue & | j, |
T & | t, | ||
const QString & | format | ||
) | [inline, static] |
Definition at line 80 of file QxSerializeQJson_qx_registered_class.h.
static QJsonValue qx::cvt::detail::QxSerializeJsonRegistered< T >::save | ( | const T & | t, |
const QString & | format | ||
) | [inline, static] |
Definition at line 74 of file QxSerializeQJson_qx_registered_class.h.