Class XmlSimpleExample
java.lang.Object
org.apache.juneau.examples.core.xml.XmlSimpleExample
Sample class which shows the simple usage of XmlSerializer.
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XmlSimpleExample
public XmlSimpleExample()
-
-
Method Details
-
main
Serializing SimplePojo bean into human readable XML and Deserialize back to Pojo instance type.- Parameters:
args
- Unused.- Throws:
Exception
- Unused.
-