Friday, May 18, 2012

Marshalling and Unmarshalling with no @XmlRootElement

Today I had spend good time to figure about how to marshall and unmarshall object which does not have XMLRootElement. Here are articles which helped me to solve the problem.


Marshal object which do not have @XmlRootElement


To Unmarshal Object which do not have @XmlRootElement