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.

XStream is free software, distributed under a permissive, revised BSD-style licence.

[edit] External links

In other languages