junwei-pan / JAXB_Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 100.0%