This post originated from an RSS feed registered with Web Buzz
by Friedrich Anode.
Original Post: XStream 1.1 released
Feed Title: Anode Says...
Feed URL: http://apps5.oingo.com/apps/domainpark/domainpark.cgi?client=GALT6690&s=asp.net
Feed Description: Web technology news and opinion.
I'm pleased to announce the release of XStream 1.1.
New features include:
Improved support for serializing objects following the Java Serialization Specification:
Calls custom serialization methods, readObject(), writeObject(), readResolve() and writeReplace() in class, if defined.
Supports ObjectInputStream.getFields() and ObjectOutputStream.putFields() in custom serialization.
Provides implementations of ObjectInputStream and ObjectOutputStream, allowing drop in replacements for standard serialization,
including support for streams of objects. [More...]
Reads and writes directly to most XML Java APIs: DOM, DOM4J, JDOM, XOM, Electric XML, StAX, Trax (write only), SAX (write only).
[More...]