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