All releases of Java Serialization to XML


Release Notes: The convenience methods in class P now wrap exceptions and rethrow them, instead of printing a stacktrace directly.


Release Notes: This release adds the convenience method fromFile(String filename) to JSX.P.


Release Notes: This is an internal consolidation release.


Release Notes: The Object fromString(String xml) convenience method was added to the JSX.P object, to be used with String asString(Object obj).


Release Notes: toFile and asString convenience methods were added to JSX.P.


Release Notes: JSX.P.p(Object obj) was added, which is a method for general debugging. It reveals the internals of any object graph, including classes, superclasses, fields, inherited fields, hidden fields, cyclic references, and more.


Release Notes: This release fixes a problem with java.util.Calendar's latest version being unable to read XML serialized from JDK1.3.


Release Notes: This release fixes a bug that affected Enums. The bug occurred in recent releases of Java 1.6 (starting from JDK 1.6.0_07, and confirmed in JDK 1.6.0_10).


Release Notes: Compatibility with Java 1.6 was added.


Release Notes: Documentation was added for class evolution/object migration by transforming the XML using XSLT.