I am trying to write a special field handler that returns the hash code of the java.awt.Image object when writing to XML and extracts an image based on this hash code when binding the XML to the object. For some reason I can't get this to work; the castor, from what I can say, simply creates an instance of the field handler, and then does not call any of its methods.
Can you give me a quick example of how to do this, because I have to miss something simple!
Greetings
Pete
Peter Marsh
source
share