TSerializer< JSONObject, std::vector< T *, Alloc > > Struct Template Reference
Inheritance diagram for TSerializer< JSONObject, std::vector< T *, Alloc > >:
ArrayEntitySerializer

Additional Inherited Members

- Static Public Member Functions inherited from ArrayEntitySerializer
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: