Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


Use XStream to Serialize Java Objects Into XML

Aug 03, 2008, 10:00 (0 Talkback[s])
(Other stories by Rajiv Bangalore)

[ Thanks to jmalasko for this link. ]

"Three features distinguish XStream from any other serializing tool:

XStream doesn't care about the visibility of the fields of the class being serialized/deserialized.
No getter and setter methods are required for the fields of the class to be serialized/deserialized.
The class being serialized/deserialized is not required to have a default constructor."

Complete Story

Related Stories: