Advertisment

How to serialize a bean to XML?

author-image
CIOL Bureau
Updated On
New Update

A bean persists by having its properties, fields, and state information saved and restored to and from storage. The mechanism that makes persistence possible is called serialization. JavaBeans uses the JDK's object serialization API for its serialization needs.

Click here for more...!

tech-news