serialize a class registered into QxOrm context using Qt QDataStream serialization engine
More...
|
template<class T > |
QByteArray | to_byte_array (const T &obj, void *owner=NULL, unsigned int flags=1) |
|
template<class T > |
qx_bool | from_byte_array (T &obj, const QByteArray &data, unsigned int flags=1) |
|
template<class T > |
QString | to_string (const T &obj, unsigned int flags=1) |
|
template<class T > |
qx_bool | from_string (T &obj, const QString &sString, unsigned int flags=1) |
|
template<class T > |
qx_bool | to_file (const T &obj, const QString &sFileName, unsigned int flags=1) |
|
template<class T > |
qx_bool | from_file (T &obj, const QString &sFileName, unsigned int flags=1) |
|
template<class T > |
qx_bool | to_file_compressed (const T &obj, const QString &sFileName, unsigned int flags=1, int iCompressionLevel=-1) |
|
template<class T > |
qx_bool | from_file_compressed (T &obj, const QString &sFileName, unsigned int flags=1) |
|
serialize a class registered into QxOrm context using Qt QDataStream serialization engine