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 the de-serialization work, with one little
problem: I need a readResolve method to initialize some transient fields,
and when I use this converter, it never gets called.
Without the converter, readResolve is called normally.
Is this expected behavior or a bug?
Thanks,
Guilherme Bradasch