What is "jaxb"

JAXB offers two main features: the ability to package Java objects in XML and the reverse, XML back to Java objects. In other words, JAXB allows you to store and recover data in memory in any XML format.

Link to official page: Link