|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Interfaces for serializing objects to JSON. More...
#include <iserializabletojson.h>
Public Member Functions | |
| virtual QByteArray | serializeToJson () const =0 |
| Serialize this object to a JSON byte array. | |
Interfaces for serializing objects to JSON.
Interface for objects that can serialize themselves to a raw JSON byte array.
Definition at line 15 of file iserializabletojson.h.
|
pure virtual |
Serialize this object to a JSON byte array.