- XStream Tutorial
- XStream - Home
- XStream - Overview
- XStream - Environment Setup
- XStream - First Application
- XStream - Aliasing
- XStream - Annotations
- XStream - Converters
- XStream - Object Streams
- XStream - JSON
- XStream Useful Resources
- XStream - Quick Guide
- XStream - Useful Resources
- XStream - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
XStream Tutorial
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.
Audience
This tutorial has been prepared to suit the requirements of Java developers who would like to understand the basics of XStream library and use it in their Java programs.
Prerequisites
Since XStream is a Java-based library, you need to have a clear understanding of Java programming in order to make use of this library.
Advertisements