I have decided to use Simple XML serialization and was stucked with basic problem. I am trying to serialize java.util.UUID
class instance as final field in this sma
I have to answer by myself again :-)
Advice from Niall Gallagher, project leader of Simple XML, from support-list:
"You could use either a Converter or a Transform. I would say for a UUID a Transform with a Matcher would be the easiest option."
So, I use Transform
/Matcher
and satisfied with it. This does not alter the fact that the Converter
does not work for me :-)