Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 2894e71c5 -> c13556316
Minor updates. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/c1355631 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/c1355631 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/c1355631 Branch: refs/heads/asf-site Commit: c1355631621cd1df28878a38984cafc435ef5435 Parents: 2894e71 Author: JamesBognar <[email protected]> Authored: Mon Apr 17 09:11:29 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Apr 17 09:11:29 2017 -0400 ---------------------------------------------------------------------- content/about.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/c1355631/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index dd86a05..5aa5d15 100644 --- a/content/about.html +++ b/content/about.html @@ -236,9 +236,7 @@ .sq() .build(); </p> - <p> - See <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.PojoCategories'>POJO Categories</a> for a definition of supported POJOs. - </p> + <br><br><hr> <p> Many POJOs such as primitives, beans, collections, arrays, and classes with various known constructors and methods are serializable out-of-the-box. For other objects, "swaps" allow you to swap-in serializable replacement objects during serialization @@ -260,6 +258,9 @@ <br><code>valueOf(String)</code>, <code>parse(String)</code>, <code>parseString(String)</code>, <code>forName(String)</code>, <code>forString(String)</code>, <code>fromString(String)</code>, <code>T(String)</code>, <code>Object swap(BeanSession)</code>, <code>T unswap(BeanSession, T.class)</code> </ul> + <p> + See <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.PojoCategories'>POJO Categories</a> for a definition of supported POJOs. + </p> <br><br><hr> <p> UON (URL-Encoded Object Notation) allows JSON-like data structures (OBJECT, ARRAY, NUMBER, BOOLEAN, STRING, NULL) in HTTP constructs (query parameters, form parameters,
