I've been struggling to get the XmlJavaTypeAdapter working. Can anyone confirm that is works in any other place than on a field? If I added it to the class itself or to the package-info.java it never gets called.
If it's not supported (which old posting say), Does anyone know if you can register a XmlJavaTypeAdapter using the internal classes? What exactly is the class replacement stuff? How about adding a TypeReference? Any help would be awesome..
Thanks
--Kevin