Class HtmlComplexExample
java.lang.Object
org.apache.juneau.examples.core.html.HtmlComplexExample
Sample class which shows the complex usage of HtmlSerializer and HtmlParser.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HtmlComplexExamplepublic HtmlComplexExample()
 
- 
- 
Method Details- 
mainSerializing PojoComplex bean into Html type and Deserialize back to PojoComplex instance type.- Parameters:
- args- Unused.
- Throws:
- Exception- Unused.
 
 
-