QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::QxArchive_ToString : provide some tools to serialize a class registered into QxOrm context into/from binary/text/XML archives (file, string, etc.) More...
#include <QxArchive.h>
Static Public Member Functions | |
static QString | toString (const T &obj, unsigned int flags=boost::archive::no_header) |
qx::QxArchive_ToString : provide some tools to serialize a class registered into QxOrm context into/from binary/text/XML archives (file, string, etc.)
Definition at line 113 of file QxArchive.h.
static QString qx::QxArchive_ToString< T, ArchiveInput, ArchiveOutput >::toString | ( | const T & | obj, |
unsigned int | flags = boost::archive::no_header |
||
) | [static] |