|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
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. | |
Interface for objects that can deserialize themselves from a QJsonArray.
Definition at line 39 of file ideserializablefromjson.h.
|
pure virtual |
Populate this object from a QJsonArray.
| jsonArray | Parsed JSON array containing the data |