
The library is maintained by Codehause and is an open source library and comes with a BSD licence. I like the fact that you are able to understand and edit the xml that XStream produces of your object. Another thing that I really like with the lib is that it is so easy to use, the only thing you have to do is create your XStream object and then call the method xstremObj.toXML(myObject) to get it as an XML String and to deserialize it you call xstreamObj.fromXML(xmlString), almost to easy.
Inga kommentarer:
Skicka en kommentar