4#ifndef IDESERIALIZABLEFROMJSON_H
5#define IDESERIALIZABLEFROMJSON_H
Interface for objects that can deserialize themselves from a QJsonArray.
virtual void deserializeFromJsonArray(const QJsonArray &jsonArray)=0
Populate this object from a QJsonArray.
Interface for objects that can deserialize themselves from a QJsonObject.
virtual void deserializeFromJsonObject(const QJsonObject &jsonObject)=0
Populate this object from a QJsonObject.
Interfaces for deserializing objects from JSON.
virtual void deserializeFromJson(const QByteArray &json)=0
Populate this object from a JSON byte array.