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

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.
 

Detailed Description

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.

Member Function Documentation

◆ deserializeFromJson()

virtual void IDeserializableFromJson::deserializeFromJson ( const QByteArray &  json)
pure virtual

Populate this object from a JSON byte array.

Parameters
jsonRaw JSON data

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