Community

Serializing Java Objects with XStream

(Michael Fitzgerald) Joe Walnes’s XStream is a unique open-source Java library for serializing objects into XML and deserializing that XML into objects. Unlike other APIs, such as David Megginson’s XMLWriter or Elliotte Rusty Harold’s XOM, which use specific classes and methods to produce XML, XStre

Read More - Register for Free Membership