HDK
|
#include <UT_Serialization.h>
Static Public Member Functions | |
template<typename ARCHIVER_T > | |
static bool | invoke (ARCHIVER_T &archiver, ARRAY< T > &vec) |
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 234 of file UT_Serialization.h.
|
inlinestatic |
Definition at line 237 of file UT_Serialization.h.