7 #ifndef _MOBY_XML_WRITER_H
8 #define _MOBY_XML_WRITER_H
12 #include <Moby/Types.h>
20 static void serialize_to_xml(
const std::string& filename,
const std::list<boost::shared_ptr<const Base> >& objects);
21 static void serialize_to_xml(
const std::string& filename, boost::shared_ptr<const Base>
object);
Class for writing Base objects (and their derivatives) to XML.
Definition: XMLWriter.h:17