26 #ifndef __TERRALIB_SERIALIZATION_XLINK_INTERNAL_SIMPLELINK_H 
   27 #define __TERRALIB_SERIALIZATION_XLINK_INTERNAL_SIMPLELINK_H 
   30 #include "../Config.h" 
   34   namespace xl { 
class SimpleLink; }
 
   51 #endif  // __TERRALIB_SERIALIZATION_XLINK_INTERNAL_SIMPLELINK_H 
This class models a XML reader object. 
 
TESERIALIZATIONEXPORT te::xl::SimpleLink * ReadSimpleLink(te::xml::Reader &reader)
 
#define TESERIALIZATIONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TESERIALIZATIONEXPORT void Save(const te::fe::Filter *filter, te::xml::Writer &writer)
 
This class models a XML writer object.