|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interfaces for deserializing objects from JSON. More...
#include <ideserializablefromjson.h>
Public Member Functions | |
| virtual void | deserializeFromJson (const QByteArray &json)=0 |
| Populate this object from a JSON byte array. | |
Interfaces for deserializing objects from JSON.
Interface for objects that can deserialize themselves from a raw JSON byte array.
Definition at line 13 of file ideserializablefromjson.h.
|
pure virtual |
Populate this object from a JSON byte array.
| json | Raw JSON data |