[xstream-user] Re: readResolve not being called

2013-08-12 Thread Jörg Schaible
Hi Guilherme, Guilherme Luis Bradasch wrote: > Hello, > > I have a simple class that I want to use with the > ToAttributedValueConverter. As the tutorials show, I use: > > @XStreamConverter(value=ToAttributedValueConverter.class, > strings={"description"}) > > and both the serialization and th

[xstream-user] Re: Listlist serialize-deserialize problem

2013-08-12 Thread Jörg Schaible
Hi, Швабауэр Павел wrote: > > Good day team, > I'm having strange problem with marshaling/unmarshaling objects. > > My small structure: > > > index > id > date > desc > > > index > id > date > desc > > > > Here is small of code: > >