Class JsonComplexExample
java.lang.Object
org.apache.juneau.examples.core.json.JsonComplexExample
Sample class which shows the complex usage of JsonSerializer and JsonParser.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JsonComplexExamplepublic JsonComplexExample()
 
- 
- 
Method Details- 
mainSerializing PojoComplex bean into Json type and Deserialize back to PojoComplex instance type.- Parameters:
- args- Unused.
- Throws:
- Exception- Unused.
 
 
-