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: