|
| struct | Read< std::array< T, N >, false > |
| | Deserialize elements in array. More...
|
| |
| struct | Read< std::vector< T, ALLOCATOR >, false > |
| | Deserialize elements in vector. More...
|
| |
| struct | Read< std::deque< T, ALLOCATOR >, false > |
| | Deserialize elements in deque. More...
|
| |
| struct | Read< std::list< T, ALLOCATOR >, false > |
| | Handle classes that are derived from serialization::Interface. More...
|
| |
| struct | Read< std::set< T, SORT, ALLOCATOR >, false > |
| | Deserialize elements in set. More...
|
| |
| struct | Read< std::map< KEY, T, COMPARE, ALLOCATOR >, false > |
| | Deserialize elements in map. More...
|
| |
| struct | Write< std::array< T, N >, false > |
| | Serialize elements in array. More...
|
| |
| struct | Write< std::vector< T, ALLOCATOR >, false > |
| | Serialize elements in vector. More...
|
| |
| struct | Write< std::deque< T, ALLOCATOR >, false > |
| | Serialize elements in deque. More...
|
| |
| struct | Write< std::list< T, ALLOCATOR >, false > |
| | Serialize elements in list. More...
|
| |
| struct | Write< std::set< T, SORT, ALLOCATOR >, false > |
| | Serialize elements in set. More...
|
| |
| struct | Write< std::map< KEY, T, COMPARE, ALLOCATOR >, false > |
| | Serialize elements in map. More...
|
| |
| struct | ReadPtr |
| |
| struct | Write< T *, BASE_OF_SERIALIZATION_INTERFACE > |
| |
| struct | Write< std::unique_ptr< T, DELETER >, BASE_OF_SERIALIZATION_INTERFACE > |
| |
| struct | Read |
| | Traits for reading a value from stream. More...
|
| |
| struct | Read< T, true > |
| | Handle classes that are derived from serialization::Interface. More...
|
| |
| struct | Read< QByteArray, false > |
| | Template specialization for QByteArray. More...
|
| |
| struct | Read< QString, false > |
| | Template specialization for QString. More...
|
| |
| struct | Write |
| |
| struct | Write< T, true > |
| |
| struct | Write< QByteArray, false > |
| | Template specialization for QByteArray. More...
|
| |
| struct | Write< QString, false > |
| | Template specialization for QString. More...
|
| |