Java to XML Serialization, and back again
Removed offending parts for JDK9+
All binary artifacts are bundled in the -bin archive. It includes the XStream jars and any other library used at build time, or optional runtime extras. Xpp3 is recommend for use as it will greatly improve the performance of XStream.
Documentation can be found at GitHub. This includes:
The complete source for XStream is bundled in the -src archive. This includes:
- Main API [xstream/src/java]
- Unit Tests [xstream/src/test]
- Maven Build Files [pom.xml]
- Hibernate Module [xstream-hibernate]
- Website [xstream-distribution]