Ricardo
Ricardo

Reputation: 1023

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

Upvotes: 3

Views: 752

Answers (1)

dave
dave

Reputation: 12806

XStream is pretty good for that. They're website is here.

Upvotes: 5

Related Questions