25 #ifndef __DOTS_SERIALIZATION_H__
26 #define __DOTS_SERIALIZATION_H__
28 #include <boost/shared_ptr.hpp>
42 typedef boost::shared_ptr<Object>
ObjectPtr;
118 static const std::wstring ToXml(
const char *
const blob);
126 static const std::wstring ToJson(
const char *
const blob);
std::vector< char > BinarySerialization
A type to contain binary serializations of DOB objects.
Definition: Defs.h:287
Functions for serializing objects to binary, XML and JSON forms.
Definition: Serialization.h:47
boost::shared_ptr< Object > ObjectPtr
A smart pointer to an Object.
Definition: Object.h:41
#define DOTS_CPP_API
Definition: Defs.h:33