You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Long-term persistence Java / XML and Java
The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. In this tutorial learn how to use the new XMLEncoder and XMLDecoder classes, bypassing serialization and allowing you to generate fully initialized bean instances.