26 #ifndef __TERRALIB_DATATYPE_SERIALIZATION_XML_INTERNAL_SERIALIZER_H 
   27 #define __TERRALIB_DATATYPE_SERIALIZATION_XML_INTERNAL_SERIALIZER_H 
   30 #include "../../../common/Singleton.h" 
   31 #include "../../Config.h" 
   61 #endif  // __TERRALIB_DATATYPE_SERIALIZATION_XML_INTERNAL_SERIALIZER_H 
TEDATAACCESSEXPORT void Save(const std::string &fileName)
 
#define TEDATATYPEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class models a XML reader object. 
 
TEDATATYPEEXPORT std::auto_ptr< te::dt::Property > ReadProperty(te::xml::Reader &reader)
 
It models a property definition. 
 
This class models a XML writer object.