ArrayEntitySerializer Struct Reference
Inheritance diagram for ArrayEntitySerializer:
Static Public Member Functions | |
template<typename T > | |
static void | readFrom (DataStream::Serializer &s, const T &vec) |
Arrays of pointed-to objects. | |
template<typename List , typename OnSucces , typename OnFailure > | |
static void | writeTo (DataStream::Deserializer &s, const List &lst, QObject *parent, const OnSucces &success, const OnFailure &fail) |
template<typename T > | |
static void | readFrom (JSONObject::Serializer &s, const T &vec) |
template<typename List , typename OnSucces , typename OnFailure > | |
static void | writeTo (const JSONObject::Deserializer &s, const List &lst, QObject *parent, const OnSucces &success, const OnFailure &fail) |
The documentation for this struct was generated from the following file: