blob: db83842c1574182cfeb09ebe7d945392854d7d76 [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.
***************************************************************************************************************************/
-->
UON Serializers
<p>
The {@link oaj.uon.UonSerializer} class is used to serialize POJOs into UON.
</p>
<p>
The UON serializers provides the following settings:
</p>
<ul class='javatree'>
<li class='link'>{@doc juneau-marshall.ConfigurableProperties.Common Common Properties}
<li class='link'>{@doc juneau-marshall.ConfigurableProperties.CommonSerializer Common Serializer Properties}
<li class='jc'>{@link oaj.uon.UonSerializer}
<ul>
<li class='jf'>{@link oaj.uon.UonSerializer#UON_addBeanTypes UON_addBeanTypes}
<li class='jf'>{@link oaj.uon.UonSerializer#UON_encoding UON_encoding}
<li class='jf'>{@link oaj.uon.UonSerializer#UON_paramFormat UON_paramFormat}
</ul>
</ul>
<p>
The following pre-configured serializers are provided for convenience:
</p>
<ul class='javatree'>
<li class='jc'>{@link oaj.uon.UonSerializer}
<ul>
<li class='jf'>{@link oaj.uon.UonSerializer#DEFAULT DEFAULT}
<li class='jf'>{@link oaj.uon.UonSerializer#DEFAULT_ENCODING DEFAULT_ENCODING}
<li class='jf'>{@link oaj.uon.UonSerializer#DEFAULT_READABLE DEFAULT_READABLE}
</ul>
</ul>