Joe Walnes
Posts: 151
Nickname: jwalnes1
Registered: Aug, 2003
Joe Walnes, "The Developers' Coach" from ThoughtWorks
XStream 1.1.1 released
Posted: Mar 9, 2005 2:26 AM
This post originated from an RSS feed registered with Agile Buzz
by Joe Walnes.
Original Post: XStream 1.1.1 released
Feed Title: Joe's New Jelly
Feed URL: http://joe.truemesh.com/blog/index.rdf
Feed Description: The musings of a ThoughtWorker obsessed with Agile, XP, maintainability, Java, .NET, Ruby and OpenSource. Mmm'kay?
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Joe Walnes
Latest Posts From Joe's New Jelly
Advertisement
I'm pleased to announce the release of XStream 1.1.1 - the powerful, yet easy to use Java to XML serialization library.
Some of the improvements in this release:
Converters can be registered with a priority, allowing more generic filters to handle classes that don't have more specific converters.
Converters can now access underlying HierarchicalStreamReader/Writer implementations to make implementation specific calls.
Improved support for classes using ObjectInputFields and ObjectInputValidation to follow the serialization specification.
Default ClassLoader may be changed using XStream.setClassLoader().
Loads of bugfixes and performance enhancements.
Full change log: http://xstream.codehaus.org/changes.html
Download: http://xstream.codehaus.org/download.html
Read: XStream 1.1.1 released