Hi, I would like to customize the serialization/deserialization of particular classes. More specifically I would like to convert java.util.Calendarobjects into GMT before passing them on to the application.
I'm using JDK 6 and XFire 1.2.6 so I would like to use the XmlType(adapter="MyCalendarAdapter") annotation, but am stuck on how to "get this to work." I'm using the Jaxb2 service factory; so I kinda expected it to just work. -- -------------------------------------------------------------------------------- Raymond Kroeker thinkParity Solutions Inc.
