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

Interface for objects that can deserialize themselves from a QJsonArray. More...

#include <ideserializablefromjson.h>

Public Member Functions

virtual void deserializeFromJsonArray (const QJsonArray &jsonArray)=0
 Populate this object from a QJsonArray.
 

Detailed Description

Interface for objects that can deserialize themselves from a QJsonArray.

Definition at line 39 of file ideserializablefromjson.h.

Member Function Documentation

◆ deserializeFromJsonArray()

virtual void IDeserializableFromJsonArray::deserializeFromJsonArray ( const QJsonArray &  jsonArray)
pure virtual

Populate this object from a QJsonArray.

Parameters
jsonArrayParsed JSON array containing the data

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