Java XStream

XStream is a simple library used to serialize the objects to XML and back again into the objects.

Java XStream

Java XStream

     



XStream is a simple library used to serialize the objects to XML and back again into the objects.

Features of the XStream APIs
  • XStream provides better Performance.
  • It is very easy to use.
  • With XStream Mappings are not required.
  • It provides clean and consistent XML.
  • With XStream it requires no modifications to objects.
  • XStream allows to integrate with other XML APIs very easily.
  • It avails the customizable conversion strategies.