I talked with one user of XStream at a symposium this last weekend. If you just want to serialize objects as XML and read them back in, XStream is probably a very good solution. It's not what I'd consider data binding, though, because it gives you no control over the XML format. There are a few other XML serialization approaches of this type, too.

Despite the limitations, since it's reflection based I'd suspect it's going to be slower than JiBX.

 - Dennis

John Crossman wrote:


According to the site: XStream is a simple library to serialize objects to XML and back again.
_http://xstream.codehaus.org/_





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to