Serializable.h File Reference

#include <FdoStd.h>
#include <Fdo/Xml/Flags.h>

Include dependency graph for Serializable.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FdoXmlSerializable
 FdoXmlSerializable provides the ability to serialize an FDO object to an XML Document. Serialization support can be added to any class by basing it on FdoXmlSerializable and implementing the _writeXml callback. More...