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://stackoverflow.com/questions/26778983/xstream-classcastexception-if-not-recreate-xstream-object-whenever-deserialize-n Is here any possibility to avoid recreating xStream object every time? Also even recreating xStream I'm getting this error approx. 4 crashes on 3000 users. Can be the problem in our model? Regards, Andrey Rahimov
