|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interfaces for deserializing objects from XML. More...
#include <ideserializablefromxml.h>
Public Member Functions | |
| virtual void | deserializeFromXml (const QByteArray &xml)=0 |
| Populate this object from an XML byte array. | |
Interfaces for deserializing objects from XML.
Interface for objects that can deserialize themselves from a raw XML byte array.
Definition at line 14 of file ideserializablefromxml.h.
|
pure virtual |
Populate this object from an XML byte array.
| xml | Raw XML data |