|
| | QxArchive.h |
| | Provide some tools to serialize a class registered into QxOrm context into/from binary/XML archive (file, string, etc.)
|
| |
| | QxClone.h |
| | Clone all classes registered into QxOrm context using QxOrm library serialization engine.
|
| |
| | QxDump.h |
| | Dump all classes registered into QxOrm context using XML and JSON serialization engine.
|
| |
| | QxSerialize.h |
| | Include all files necessary to serialize most used classes defined into stl, boost and Qt libraries.
|
| |
| | QxSerializeCheckInstance.h |
| | Check instance during serialization process to avoid infinite loop with circular references (using RAII)
|
| |
| | QxSerializeFastCompil.h |
| |
| | QxSerializeInvoker.h |
| |
| | QxSerializeMacro.h |
| |
| | QxSerializeQDataStream.h |
| | Used when _QX_ENABLE_BOOST_SERIALIZATION compilation option is not defined to provide serialization engine with Qt QDataStream class.
|
| |
| | QxSerializeQJson.h |
| | Provide a serialization engine with Qt QJson classes (this feature requires Qt5)
|
| |