All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Serializing Qtilities Data Types Overview


Qtilities uses the Qtilities::Core::Interfaces::IExportable interface to serialze the custom classes used by Qtilities. In cases where this interface is not used, functions with the same names are used (thus, importXml(), exportXml() etc.)

Much like the way QDataStream::version() functionality allows easy management of the format that internal Qt classes use during data streaming operations, the interface provides the exportVersion() and setExportVersion() functions on the IExportable interface in order to determine the formats used during export and import operations on Qtilities classes. For more information on this topic, see Versioning.

This page gives an overview of the different versions used in Qtilities.



Qtilities : Reference Documentation Back to top Copyright © 2009-2013, Jaco Naudé