|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interface for objects that can deserialize themselves from a QJsonObject. More...
#include <ideserializablefromjson.h>
Public Member Functions | |
| virtual void | deserializeFromJsonObject (const QJsonObject &jsonObject)=0 |
| Populate this object from a QJsonObject. | |
Interface for objects that can deserialize themselves from a QJsonObject.
Definition at line 26 of file ideserializablefromjson.h.
|
pure virtual |
Populate this object from a QJsonObject.
| jsonObject | Parsed JSON object containing the data |
Referenced by SerializableJsonList< T >::deserializeFromJsonArray().