ffead.server.doc
JSONSerialize Class Reference

Static Public Member Functions

template<class T >
static string serialize (T t)
 
static string serializeObject (Object t)
 
static string serializeUnknown (void *t, string className)
 
template<class K , class V >
static string serialize (map< K, V > mp)
 
template<class K , class V >
static string serialize (multimap< K, V > mp)
 
template<class T >
static T unserialize (string json)
 
static void * unSerializeUnknown (string json, string className)
 

Detailed Description

Definition at line 49 of file JSONSerialize.h.


The documentation for this class was generated from the following files: