Need serialize/deserialize container class to/from XML.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to serialize/deserialize object/container which can contain properties and CArray based dynamic stuff to/from XML. Is there any useful libraries/implementations for XML serialization? Will appreciate any feedback.
You could try libxml. It can save/load XML files. http://en.wikipedia.org/wiki/Libxml2.