Completing the conversion between Java objects and XML via JAXB

Source: Internet
Author: User

The process of translating XML into Java objects is called Marshal.

The process of converting XML to Java objects is called Unmarshal.

One, the Java object into XML

The getter and setter methods are omitted here

Callout @xmlrootelement is used to label the root element of XML. All properties of this class are mapped by default to child elements of the root element.

After the code is run, a D:\test.xml file is generated with the data

Second, XML into Java object

The code runs as follows

Third, more complex mapping

Reads data from XML into Articledata, with a list in the class that holds each article data

Completing the conversion between Java objects and XML via JAXB

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.