
September 4th, 2008, 05:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 20,009
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
Use XStream to serialize Java objects into XML
XML serialization has a myriad of uses, including object persistence and data transport. XStream is an easy-to-use open source Java library for serializing Java objects to XML and back again. Learn how to set up XStream, and discover how to use it to serialize and deserialize objects as well as to read configuration properties from an XML configuration file.
Read the full article here: Use XStream to serialize Java objects into XML
|