Serialization

Serialization allows you to get an XML document directly from the DataBean and use it for your purposes. The data structure from the root class is exported into an XML document through the following method:

void serializeXML(java.io.OutputStream ostrm)