|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.util.xml.XMLSerializer
public final class XMLSerializer
Tool that helps serialize easily from objects to String values. This class internally uses Jakarta Commons Betwixt library.
| Constructor Summary | |
|---|---|
XMLSerializer()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
serialize(java.lang.Object obj,
java.lang.String rootElement,
boolean prettyPrint)
Serialize an object to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLSerializer()
| Method Detail |
|---|
public static final java.lang.String serialize(java.lang.Object obj,
java.lang.String rootElement,
boolean prettyPrint)
throws java.io.IOException,
org.xml.sax.SAXException,
java.beans.IntrospectionException
java.io.IOException
org.xml.sax.SAXException
java.beans.IntrospectionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||