KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
Loading...
Searching...
No Matches
IDeserializableFromXml Class Referenceabstract

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.
 

Detailed Description

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.

Member Function Documentation

◆ deserializeFromXml()

virtual void IDeserializableFromXml::deserializeFromXml ( const QByteArray &  xml)
pure virtual

Populate this object from an XML byte array.

Parameters
xmlRaw XML data

The documentation for this class was generated from the following file: