|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interfaces for serializing objects to XML. More...
#include <iserializabletoxml.h>
Public Member Functions | |
| virtual QByteArray | serializeToXml () const =0 |
| Serialize this object to an XML byte array. | |
Interfaces for serializing objects to XML.
Interface for objects that can serialize themselves to a raw XML byte array.
Definition at line 12 of file iserializabletoxml.h.
|
pure virtual |
Serialize this object to an XML byte array.