XStream

From Wikipedia, the free encyclopedia

XStream is a simple Java library to serialize objects to XML and back again.

XStream stands out for its ease of use and low footprint. It uses reflection to discover the structure of the object graph to serialize at runtime. The XML it generates is very readable.

[edit] External links