tags:

views:

44

answers:

1

Hi, I would like to serialize an object to an XML with Child Element with XStream.

Can anyone help me?

Thanks!

+1  A: 

That's standard functionality. See the tutorial on Xstream website : http://xstream.codehaus.org/tutorial.html

Marcus