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