use xstream nice and simple
Oleg Tkachenko wrote:
Hello!
I wonder how can I use Axis for doing only serialization of java to XML and back. What I have is only arbitrary (but generated and rather simple ones) java classes. I need a way to serialize objects of those classes to XML and deserialize them back.
-- Stuart