HDK
|
Main class for starting serialization. More...
#include <UT_JSONArchive.h>
Public Types | |
typedef UT_LoadArchiverManip < OBJ_T, UT_JSONArchiver > | Input |
typedef UT_SaveArchiverManip < OBJ_T, UT_JSONArchiver > | Output |
Main class for starting serialization.
Use this to create a class archive for serializing classes to/from streams as JSON.
To serialize your data, you first have to implement serialization functions as described in UT_Serialize.h. Then just this class to perform it. eg.
Definition at line 161 of file UT_JSONArchive.h.
typedef UT_LoadArchiverManip<OBJ_T,UT_JSONArchiver> UT_JSONArchive< OBJ_T >::Input |
Definition at line 163 of file UT_JSONArchive.h.
typedef UT_SaveArchiverManip<OBJ_T,UT_JSONArchiver> UT_JSONArchive< OBJ_T >::Output |
Definition at line 164 of file UT_JSONArchive.h.