Examples
The following shows the core examples provided:
- {@link oaj.examples.core.json}
- {@link oaj.examples.core.json.JsonSimpleExample} - JsonSerializer and JsonParser usage on serialize and deserialize simple Pojo bean.
- {@link oaj.examples.core.json.JsonComplexExample} - JsonSerializer and JsonParser usage on serialize and deserialize complex Pojo bean.
- {@link oaj.examples.core.json.JsonConfigurationExample} - Json Serializers configured using properties defined in JsonSerializer class.
- {@link oaj.examples.core.xml}
- {@link oaj.examples.core.xml.XmlSimpleExample} - XmlSerializer and XmlParser usage on serialize and deserialize simple Pojo bean.
- {@link oaj.examples.core.xml.XmlComplexExample} - XmlSerializer and XmlParser usage on serialize and deserialize complex Pojo bean.
- {@link oaj.examples.core.xml.XmlConfigurationExample} - XmlSerializers configured using properties defined in XmlSerializer class.
- {@link oaj.examples.core.dto}
- {@link oaj.examples.core.dto.DtoExample} - Usage of core dto module.
- {@link oaj.examples.core.rdf}
- {@link oaj.examples.core.rdf.RdfExample} - RdfXmlSerializer usage on serialize simple Pojo bean.
- {@link oaj.examples.core.rdf.RdfComplexExample} - RdfXmlSerializer usage on serialize complex Pojo bean.
- {@link oaj.examples.core.html}
- {@link oaj.examples.core.html.HtmlSimpleExample} - HtmlSerializer usage on serialize and deserialize simple Pojo bean.
- {@link oaj.examples.core.html.HtmlComplexExample} - HtmlSerializer usage on serialize and deserialize complex Pojo bean.
- {@link oaj.examples.core.uon}
- {@link oaj.examples.core.uon.UONExample} - UonSerializer usage on serialize and deserialize simple Pojo bean.
- {@link oaj.examples.core.uon.UONComplexExample} - UonSerializer usage on serialize and deserialize complex Pojo bean.
- {@link oaj.examples.core.svl}
- {@link oaj.examples.core.svl.SvlExample} - Usage of Svl module in juneau.