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