I would like to store complex data in the BANDANA table. I’ve thought of Xstream to do the serialization/deserialization for me. Serialization looks ok, but deserialization crashes with CannotResolveClassException
Same class doing both direction, works one way but not the other … ? What obvious error am I missing ?
I have set @XStreamAlias annotations everywhere and defined the same aliases on my XStream object … and am quite perplexed at the moment.
Any hints greatly appreciated