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