What is the best object for an XML string interface for Java 1.4?

I want to generate an XML string for this object. What is the best API for serializing an object in an XML String using Java 1.4?

Thank,

RT

+3
source share
1 answer

XStream is pretty good for this. This is the website here .

+5
source

Source: https://habr.com/ru/post/1755777/


All Articles