Top "Xstream" questions

XStream is a simple Java library to serialize objects to XML and back again.

How to make XStream skip unmapped tags when parsing XML?

I have a large XML document that I want to convert to a Java bean. It has a lot of …

xml xstream
How to add an XML namespace (xmlns) when serializing an object to XML

I'm serializing Objects to XML with the help of XStream. How do I tell XStream to insert an xmlns to …

java xml-serialization xml-namespaces xstream
XStream parse attributes and values at the same time

I have the following XML <search ver="3.0"> <loc id="ARBA0009" type="1">Buenos Aires, Argentina</loc&…

xml xstream
XStream XmlPullParserException

I'm trying to use XStream. I've added the XStream executable Jar file to my project. Executing the following command: XStream …

java xstream
Generate Java class from XML file, using XStream

I have many xml files and I would like to use XStream to manage them. Is it possible to generate …

java class xstream
xstream errors for serializing & deserializing

I am using xStream in Java to serialize a java object from a java library and deserializing it at the …

java xstream
Xstream: removing class attribute

How do I remove the class=”Something ” attributes in Xstream . I use Xstream with annotations

java attributes annotations xstream
Modern alternative to Java XStream library?

I used XStream many years ago, but I see that the libraries is not updated since 2008 (latest news). Is there …

java xml xstream
XStream : node with attributes and text node?

I would like to serialize an object to an XML of this form with XStream. <node att="value">…

java xml xstream
How to use xstream fro xml serialization in eclipse

I am having some trouble figuring out how to download and use xstream in eclipse. When I download the binary …

java xml eclipse xstream