JSX translates between Java objects and XML. It does this by subclassing Java's standard "Serialization API", so it is transparent to switch between binary and XML formats. Literally all objects are handled, including classes that customize their serialization (eg Collections), for evolution and versioning. Unique in data binding, JSX solves the problems of no-arg constructors, final fields, and multi-dimensional arrays, and so makes XML persistence and communication easy.
Dear freshmeat.net subscriber, yow just announced version 2.2.7.5 of Java Serialization to XML on freshmeat.net. The changes are as follows: This is an
Dear freshmeat.net subscriber, yow just announced version 2.2.7.5 of Java Serialization to XML on freshmeat.net. The changes are as follows: This is an
Hi, For new licenses, JSX can be used in all your projects and products. (it previously was restricted to a "named product"; we've now moved to per-developer
Dear freshmeat.net subscriber, yow just announced version 2.2.7.4 of Java Serialization to XML on freshmeat.net. The changes are as follows: The Object
Dear freshmeat.net subscriber, yow just announced version 2.2.7.3 of Java Serialization to XML on freshmeat.net. The changes are as follows: toFile and