QxOrm
1.5.0
C++ Object Relational Mapping library
|
Dump all classes registered into QxOrm context using XML and JSON serialization engine. More...
#include <QxCommon/QxConfig.h>
#include <QxSerialize/QxSerializeInvoker.h>
#include <QxSerialize/QxSerializeQJson.h>
#include <QxSerialize/QxArchive.h>
#include <QxRegister/QxClassName.h>
Go to the source code of this file.
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
Functions | |
template<class T > | |
void | qx::dump (const T &t, bool bJsonFormat=false) |
qx::dump(const T & t, bool bJsonFormat) : dump class of type T registered into QxOrm context using XML and JSON serialization engine |
Dump all classes registered into QxOrm context using XML and JSON serialization engine.
Definition in file QxDump.h.