C++ class for reading and writing XML structures. No need for a C++ code parser or special pre compiler. Specify a schema entirly in native C++. The schema is verified when XML is read and exceptions are thrown when the XML to be parse is invalid.
 
 
 
 
Marc Wäckerlin d67a7d2c95 serialization works for containment and inheritance 16 years ago
..
makefile.am serialization; more docu 16 years ago
serialization_test.cxx serialization works for containment and inheritance 16 years ago
xml_test.cxx serialization; more docu 16 years ago