
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
icXmlSerializable is a library to serialize/deserialize Qt Objects to/from xml.
You can serialize/deserialize your custom Qt objects with only a few lines of code.
Includes a Demo App with examples.
To try:
git clone git://github.com/ralmeida4381/icXmlSerializable.git
cd icXmlSerializable
qmake
make
That´s all :)
9 years ago
Version 1.0
-Serialize Qt Objects to/from xml content
-Simple demo included
Version 1.0.1:
-Demo totally redesigned as a BookStore
-Added character "&" in enconde/decode
-Added file book_store_demo.xml as input/output example.
-Bug fix on OS/2 with gcc 4.1
9 years ago
Version 1.0
-Serialize Qt Objects to/from xml content
-Simple demo included
Version 1.0.1:
-Demo totally redesigned as a BookStore
-Added character "&" in enconde/decode
-Added file book_store_demo.xml as input/output example.
-Bug fix on OS/2 with gcc 4.1
Please login or register to add a comment or rating