QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::QxArchive_ToString< T, ArchiveInput, ArchiveOutput > Class Template Reference

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)
 

Detailed Description

template<class T, class ArchiveInput = QX_DEFAULT_ARCHIVE_INPUT, class ArchiveOutput = QX_DEFAULT_ARCHIVE_OUTPUT>
class qx::QxArchive_ToString< T, ArchiveInput, ArchiveOutput >

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.

Member Function Documentation

◆ toString()

template<class T , class ArchiveInput = QX_DEFAULT_ARCHIVE_INPUT, class ArchiveOutput = QX_DEFAULT_ARCHIVE_OUTPUT>
static QString qx::QxArchive_ToString< T, ArchiveInput, ArchiveOutput >::toString ( const T & obj,
unsigned int flags = boost::archive::no_header )
static

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