You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by GitBox <gi...@apache.org> on 2018/11/07 14:32:10 UTC

[GitHub] jamesbognar closed pull request #12: Added XmlComplexExample to README.md

jamesbognar closed pull request #12: Added XmlComplexExample to README.md
URL: https://github.com/apache/juneau/pull/12
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/juneau-examples/juneau-examples-core/README.md b/juneau-examples/juneau-examples-core/README.md
index c5ca9cb0e..a7ed55246 100644
--- a/juneau-examples/juneau-examples-core/README.md
+++ b/juneau-examples/juneau-examples-core/README.md
@@ -37,6 +37,12 @@ Juneau provides out of the box JSON support, reading and writing JSON structures
 - `JsonSimpleExample` - How to use the JsonSerializer and JsonParser to convert POJOs to String and then strings back to POJOs
 - `JsonConfigurationExample` - How to create JsonParser and Seralizer with different properties set.
 
+## XML Examples
+
+Juneau provides out of the box XML support, reading and writing XML structures into Plain Old Java Objects (POJOs)
+
+- `XmlComplexExample` - How to use the XmlSerializer and XmlParser to convert complex POJOs to String and then strings back to complex POJOs
+
 ## RDF Examples
 
 Juneau provides RDF support assuming Apache Jena is on the classpath.  First, you need to add Jena to the classpath.
@@ -49,4 +55,4 @@ Juneau provides RDF support assuming Apache Jena is on the classpath.  First, yo
 </dependency>
 ```
 
-- `RDFExample` - An example on how to serialize a POJO into RDF format
\ No newline at end of file
+- `RDFExample` - An example on how to serialize a POJO into RDF format


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services