blob: 867467ba01f0bfcb5f4e52ec97f7be1d68f57644 [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.1.0-updated}
Common Serializer Properties
<p>
In addition to the common properties above, the following properties are common to all serializers:
</p>
<ul class='javatree'>
<li class='jc'>{@link oaj.BeanTraverseContext}
<ul>
<li class='jf'>{@link oaj.BeanTraverseContext#BEANTRAVERSE_detectRecursions BEANTRAVERSE_detectRecursions}
<li class='jf'>{@link oaj.BeanTraverseContext#BEANTRAVERSE_ignoreRecursions BEANTRAVERSE_ignoreRecursions}
<li class='jf'>{@link oaj.BeanTraverseContext#BEANTRAVERSE_initialDepth BEANTRAVERSE_initialDepth}
<li class='jf'>{@link oaj.BeanTraverseContext#BEANTRAVERSE_maxDepth BEANTRAVERSE_maxDepth}
<li class='jc'>{@link oaj.serializer.Serializer}
<ul>
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_addBeanTypes SERIALIZER_addBeanTypes}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_addRootType SERIALIZER_addRootType}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_listener SERIALIZER_listener}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_sortCollections SERIALIZER_sortCollections}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_sortMaps SERIALIZER_sortMaps}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_trimEmptyCollections SERIALIZER_trimEmptyCollections}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_trimEmptyMaps SERIALIZER_trimEmptyMaps}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_trimNullProperties SERIALIZER_trimNullProperties}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_trimStrings SERIALIZER_trimStrings}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_uriContext SERIALIZER_uriContext}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_uriRelativity SERIALIZER_uriRelativity}
<li class='jf'>{@link oaj.serializer.Serializer#SERIALIZER_uriResolution SERIALIZER_uriResolution}
<li class='jc'>{@link oaj.serializer.WriterSerializer}
<ul>
<li class='jf'>{@link oaj.serializer.WriterSerializer#WSERIALIZER_fileCharset WSERIALIZER_fileCharset}
<li class='jf'>{@link oaj.serializer.WriterSerializer#WSERIALIZER_maxIndent WSERIALIZER_maxIndent}
<li class='jf'>{@link oaj.serializer.WriterSerializer#WSERIALIZER_quoteChar WSERIALIZER_quoteChar}
<li class='jf'>{@link oaj.serializer.WriterSerializer#WSERIALIZER_streamCharset WSERIALIZER_streamCharset}
<li class='jf'>{@link oaj.serializer.WriterSerializer#WSERIALIZER_useWhitespace WSERIALIZER_useWhitespace}
</ul>
<li class='jc'>{@link oaj.serializer.OutputStreamSerializer}
<ul>
<li class='jf'>{@link oaj.serializer.OutputStreamSerializer#OSSERIALIZER_binaryFormat OSSERIALIZER_binaryFormat}
</ul>
</ul>
</ul>
</ul>