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

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.
 

Detailed Description

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.

Member Function Documentation

◆ serializeToXml()

virtual QByteArray ISerializableToXml::serializeToXml ( ) const
pure virtual

Serialize this object to an XML byte array.

Returns
UTF-8 encoded XML representation of this object

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