QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::cvt::detail::QxSerializeJsonRegistered< T > Struct Template Reference

#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)
 

Detailed Description

template<typename T>
struct qx::cvt::detail::QxSerializeJsonRegistered< T >

Definition at line 69 of file QxSerializeQJson_qx_registered_class.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
is_valid 

Definition at line 72 of file QxSerializeQJson_qx_registered_class.h.

Member Function Documentation

◆ load()

template<typename T >
static qx_bool qx::cvt::detail::QxSerializeJsonRegistered< T >::load ( const QJsonValue & j,
T & t,
const QString & format )
inlinestatic

Definition at line 80 of file QxSerializeQJson_qx_registered_class.h.

◆ save()

template<typename T >
static QJsonValue qx::cvt::detail::QxSerializeJsonRegistered< T >::save ( const T & t,
const QString & format )
inlinestatic

Definition at line 74 of file QxSerializeQJson_qx_registered_class.h.


The documentation for this struct was generated from the following file: