Community

Use XStream to serialize Java objects into XML

(Rajiv Bangalore) XML serialization has a myriad of uses, including object persistence and data transport. However, some XML-serialization technologies can be complex to implement. XStream is a lightweight and easy-to-use open source Java library for serializing Java objects to XML and back again. L

Read More - Register for Free Membership