ArrayEntitySerializer Struct Reference
Inheritance diagram for ArrayEntitySerializer:
TSerializer< DataStream, boost::container::small_vector< T *, N > > TSerializer< DataStream, std::vector< T *, Alloc > > TSerializer< JSONObject, boost::container::small_vector< T *, N > > TSerializer< JSONObject, std::vector< T *, Alloc > >

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: