JSX serializes Java objects to XML. You can persist objects, evolve them, and send them over the network and between applications. Your object data becomes human-readable and human-writable. You can test it, search it, profile it, audit it, and edit it with ordinary text and XML tools. JSX handles all POJOs and also all classes that require Java's own object serialization.
| Tags | Text Processing Markup XML Software Development Object Brokering Archiving Recovery Tools Communications Database Libraries Java Libraries |
|---|---|
| Implementation | Java |
Recent releases


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


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


Changes: This is an internal consolidation release.


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


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