Reputation: 1023
I want to generate a XML String for a given object. What is the best API to serialize an object to XML String using Java 1.4?
Thanks,
RT
Upvotes: 3
Views: 752
Reputation: 12806
XStream is pretty good for that. They're website is here.
Upvotes: 5