What is the best object to string XML serialization API for Java 1.4?
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
XStream is pretty good for that. They're website is here.
精彩评论