blob: 52bd00a6aabc19fc58236f8a5a6f56496156b06d [file] [log] [blame]
<!--
/***************************************************************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
***************************************************************************************************************************/
-->
{8.0.0-new}
Examples
<p>
The following shows the core examples provided:
</p>
<ul class='javatree'>
<li class='jp'>{@link oaj.examples.core.json}
<ul>
<li class='jc'>{@link oaj.examples.core.json.JsonSimpleExample} - JsonSerializer and JsonParser usage on serialize and deserialize simple Pojo bean.
<li class='jc'>{@link oaj.examples.core.json.JsonComplexExample} - JsonSerializer and JsonParser usage on serialize and deserialize complex Pojo bean.
<li class='jc'>{@link oaj.examples.core.json.JsonConfigurationExample} - Json Serializers configured using properties defined in JsonSerializer class.
</ul>
<li class='jp'>{@link oaj.examples.core.xml}
<ul>
<li class='jc'>{@link oaj.examples.core.xml.XmlSimpleExample} - XmlSerializer and XmlParser usage on serialize and deserialize simple Pojo bean.
<li class='jc'>{@link oaj.examples.core.xml.XmlComplexExample} - XmlSerializer and XmlParser usage on serialize and deserialize complex Pojo bean.
<li class='jc'>{@link oaj.examples.core.xml.XmlConfigurationExample} - XmlSerializers configured using properties defined in XmlSerializer class.
</ul>
<li class='jp'>{@link oaj.examples.core.dto}
<ul>
<li class='jc'>{@link oaj.examples.core.dto.DtoExample} - Usage of core dto module.
</ul>
<li class='jp'>{@link oaj.examples.core.rdf}
<ul>
<li class='jc'>{@link oaj.examples.core.rdf.RdfExample} - RdfXmlSerializer usage on serialize simple Pojo bean.
<li class='jc'>{@link oaj.examples.core.rdf.RdfComplexExample} - RdfXmlSerializer usage on serialize complex Pojo bean.
</ul>
<li class='jp'>{@link oaj.examples.core.html}
<ul>
<li class='jc'>{@link oaj.examples.core.html.HtmlSimpleExample} - HtmlSerializer usage on serialize and deserialize simple Pojo bean.
<li class='jc'>{@link oaj.examples.core.html.HtmlComplexExample} - HtmlSerializer usage on serialize and deserialize complex Pojo bean.
</ul>
<li class='jp'>{@link oaj.examples.core.uon}
<ul>
<li class='jc'>{@link oaj.examples.core.uon.UONExample} - UonSerializer usage on serialize and deserialize simple Pojo bean.
<li class='jc'>{@link oaj.examples.core.uon.UONComplexExample} - UonSerializer usage on serialize and deserialize complex Pojo bean.
</ul>
<li class='jp'>{@link oaj.examples.core.svl}
<ul>
<li class='jc'>{@link oaj.examples.core.svl.SvlExample} - Usage of Svl module in juneau.
</ul>
</ul>