Re: [xstream-user] Re: xstream issue report

2014-11-14 Thread Andrey Rahimov
Thank you for your help and deep response! We found the problem it was our object model every object in our model has @XStreamAlias("response") for example @XStreamAlias("response") public class AGPSRoutePoint extends ARoutePoint So now if I changing this to different names in unit-tests like

[xstream-user] Re: xstream issue report

2014-11-11 Thread Jörg Schaible
Hi Andrey, Andrey Rahimov wrote: > Hello! > > I found very weird and annoying behavior in xstream(1.4.7 and tried 1.4.5) > library on Android. > > Basically ClassCastException if not recreate XStream object whenever > deserialize new type of annotated object. > > More details here: > http://st