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

Interface for objects that can serialize themselves to a QJsonArray. More...

#include <iserializabletojson.h>

Public Member Functions

virtual QJsonArray serializeToJsonArray () const =0
 Serialize this object into a QJsonArray.
 

Detailed Description

Interface for objects that can serialize themselves to a QJsonArray.

Definition at line 170 of file iserializabletojson.h.

Member Function Documentation

◆ serializeToJsonArray()

virtual QJsonArray ISerializableToJsonArray::serializeToJsonArray ( ) const
pure virtual

Serialize this object into a QJsonArray.

Returns
JSON array representation of this object

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