JAXB_Example

This is an example on JAXB(Java Architecture for XML Binding) based on this blog.

Marshalling Example

Marshalling is "to convert the java object into xml representation".

Unmarshalling Example

Unmarshalling is the process of converting the xml back to java object.

Reference:

  1. JAXB – Marshalling and Unmarshalling List or Set of Objects