4#ifndef ISERIALIZABLETOXML_H
5#define ISERIALIZABLETOXML_H
Interface for objects that can serialize themselves to a list of QDomElements.
virtual QList< QDomElement > serializeToDomElementList() const =0
Serialize this object into a list of QDomElements.
Interface for objects that can serialize themselves to a QDomElement.
virtual QDomElement serializeToDomElement() const =0
Serialize this object into a QDomElement.
Interfaces for serializing objects to XML.
virtual QByteArray serializeToXml() const =0
Serialize this object to an XML byte array.