[xstream-user] Re: Can't deserialize old xml with SynchronizedRandomAccessList

2013-03-02 Thread Jörg Schaible
Hi Rad, EXT-Widmer, Rad M wrote: > Hello List: > > I'm in the process of migrating a project from java 6 to java 7. The > project had been using XStream 1.3. We had to update that to XStream 1.4.4 > because of java 7. Most things now work. However, we have some old xml > files written by an unkn

[xstream-user] Re: Is there a way to set the order of Xstream serialization

2013-03-02 Thread Jörg Schaible
Hi Ihar, Ihar Tsimoshka wrote: > I need to generate XML from java objects on Android. XML nodes must be in > definite sequence. > Due http://xstream.codehaus.org/manual-tweaking-output.html order of XML > nodes match object's fields define. There is no problems when I use java > classes(String, D