4#ifndef IDESERIALIZABLEFROMXML_H
5#define IDESERIALIZABLEFROMXML_H
Interface for objects that can deserialize themselves from a QDomElement.
virtual void deserializeFromDomElement(const QDomElement &element)=0
Populate this object from a QDomElement.
Interface for objects that can deserialize themselves from a list of QDomElements.
virtual void deserializeFromDomElementList(const QList< QDomElement > &list)=0
Populate this object from a list of QDomElement values.
Interfaces for deserializing objects from XML.
virtual void deserializeFromXml(const QByteArray &xml)=0
Populate this object from an XML byte array.