JAX-B is the xml modeling for Java. It makes it easier to marshell classes. import javax.xml @XmlRootElement public class Book{ private string isbn; } 2018-07-14