Parse XML TO JAVA POJO in efficient way

You can use JAXB to convert XML into Java POJOs. But before you finalize the solution check this site for performance comparison.

Leave a Comment