QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::QxArchive_ToFile : 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 qx_bool | toFile (const T &obj, const QString &sFileName, unsigned int flags=boost::archive::no_header) |
qx::QxArchive_ToFile : provide some tools to serialize a class registered into QxOrm context into/from binary/text/XML archives (file, string, etc.)
Definition at line 81 of file QxArchive.h.
static qx_bool qx::QxArchive_ToFile< T, ArchiveInput, ArchiveOutput >::toFile | ( | const T & | obj, |
const QString & | sFileName, | ||
unsigned int | flags = boost::archive::no_header |
||
) | [static] |