UT_ArraySaveSerializable< T, ARRAY > Struct Template Reference
#include <UT_Serialization.h>
List of all members.
|
Static Public Member Functions |
| template<typename ARCHIVER_T > |
| static bool | invoke (ARCHIVER_T &archiver, ARRAY< T > &vec) |
Detailed Description
template<typename T, template< typename > class ARRAY>
struct UT_ArraySaveSerializable< T, ARRAY >
Array<T> serializable. This saves out an ordered sequence of type T's as opposed to unordered maps. By design, we impose a schema where such arrays always include the array length as the first element.
Definition at line 225 of file UT_Serialization.h.
Member Function Documentation
template<typename T , template< typename > class ARRAY>
template<typename ARCHIVER_T >
The documentation for this struct was generated from the following file: