Code Snippet

Just another Code Snippet site

java

[Java] Marshalling/Unmarshaling Java / XML

Basic solution using Xstream : Maven dependency : Marshalling / Unmarshalling using JAXB : Maven dependency : For JAXB, the root XML element should be annoted with : @XmlRootElement Each sub element could be annoted with : @XmlType(name = ““) each attribute with @XmlElement(name = ““)

Previous Posts Next posts