XStream is a simple Java-based library to serialize Java objects to XML and vice versa. This is a brief tutorial that adopts a simple and intuitive way to explain the basic features of XStream library and how to use them.
Table of Contents
1.xstream tutorial
2.xstream overview
3.xstream environment setup
4.xstream first application
5.xstream aliasing
6.xstream annotations
7.xstream converters
8.xstream object streams
9.xstream writing json using xstream
10.xstream quick guide
11.xstream useful resources
12.discuss xstream