|
| struct | omni::serialization::traits::Read< std::array< T, N >, false > |
| | Deserialize elements in array. More...
|
| |
| struct | omni::serialization::traits::Read< std::vector< T, ALLOCATOR >, false > |
| | Deserialize elements in vector. More...
|
| |
| struct | omni::serialization::traits::Read< std::deque< T, ALLOCATOR >, false > |
| | Deserialize elements in deque. More...
|
| |
| struct | omni::serialization::traits::Read< std::list< T, ALLOCATOR >, false > |
| | Handle classes that are derived from serialization::Interface. More...
|
| |
| struct | omni::serialization::traits::Read< std::set< T, SORT, ALLOCATOR >, false > |
| | Deserialize elements in set. More...
|
| |
| struct | omni::serialization::traits::Read< std::map< KEY, T, COMPARE, ALLOCATOR >, false > |
| | Deserialize elements in map. More...
|
| |
| struct | omni::serialization::traits::Write< std::array< T, N >, false > |
| | Serialize elements in array. More...
|
| |
| struct | omni::serialization::traits::Write< std::vector< T, ALLOCATOR >, false > |
| | Serialize elements in vector. More...
|
| |
| struct | omni::serialization::traits::Write< std::deque< T, ALLOCATOR >, false > |
| | Serialize elements in deque. More...
|
| |
| struct | omni::serialization::traits::Write< std::list< T, ALLOCATOR >, false > |
| | Serialize elements in list. More...
|
| |
| struct | omni::serialization::traits::Write< std::set< T, SORT, ALLOCATOR >, false > |
| | Serialize elements in set. More...
|
| |
| struct | omni::serialization::traits::Write< std::map< KEY, T, COMPARE, ALLOCATOR >, false > |
| | Serialize elements in map. More...
|
| |