![]() |
QxOrm
1.3.2
C++ Object Relational Mapping library
|
QxOrm library serialization engine based on boost::serialization library. More...
Namespaces | |
namespace | binary |
serialize a class registered into QxOrm context into/from binary archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_BINARY in QxConfig.h file | |
namespace | detail |
Internal helper tools for qx::serialization namespace. | |
namespace | polymorphic_binary |
serialize a class registered into QxOrm context into/from polymorphic_binary archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_POLYMORPHIC in QxConfig.h file | |
namespace | polymorphic_text |
serialize a class registered into QxOrm context into/from polymorphic_text archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_POLYMORPHIC in QxConfig.h file | |
namespace | polymorphic_xml |
serialize a class registered into QxOrm context into/from polymorphic_xml archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_POLYMORPHIC in QxConfig.h file | |
namespace | portable_binary |
serialize a class registered into QxOrm context into/from portable_binary archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_PORTABLE_BINARY in QxConfig.h file | |
namespace | text |
serialize a class registered into QxOrm context into/from text archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_TEXT in QxConfig.h file | |
namespace | wide |
QxOrm library serialization engine for wide archive. | |
namespace | xml |
serialize a class registered into QxOrm context into/from XML archive (file, string, etc.) : activate this feature using _QX_SERIALIZE_XML in QxConfig.h file |
QxOrm library serialization engine based on boost::serialization library.