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