ffead.server.doc
XMLSerialize 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 objXml)
 
static void * unSerializeUnknown (string objXml, string className)
 

Detailed Description

Definition at line 45 of file XMLSerialize.h.


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