blob: 5c3f0de5fa27f52b012e2efd0b1ed88ee44ea2db [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.
***************************************************************************************************************************/
-->
URL-Encoding Serializers
<p>
The {@link oaj.urlencoding.UrlEncodingSerializer} class is used to serialize POJOs into URL-Encoding.
</p>
<p>
The URL-Encoding 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.urlencoding.UrlEncodingSerializer}
<ul>
<li class='jf'>{@link oaj.urlencoding.UrlEncodingSerializer#URLENC_expandedParams URLENC_expandedParams}
</ul>
</ul>
<p>
The following pre-configured serializers are provided for convenience:
</p>
<ul class='javatree'>
<li class='jc'>{@link oaj.urlencoding.UrlEncodingSerializer}
<ul>
<li class='jf'>{@link oaj.urlencoding.UrlEncodingSerializer#DEFAULT DEFAULT}
<li class='jf'>{@link oaj.urlencoding.UrlEncodingSerializer#DEFAULT_EXPANDED DEFAULT_EXPANDED}
<li class='jf'>{@link oaj.urlencoding.UrlEncodingSerializer#DEFAULT_PLAINTEXT DEFAULT_PLAINTEXT}
<li class='jf'>{@link oaj.urlencoding.UrlEncodingSerializer#DEFAULT_READABLE DEFAULT_READABLE}
</ul>
</ul>