Hi everyone, Nice to join axis-user list. Thanks Toshiyuki for your tester code.
I have another question about custom deserializer. I have a custom ContentHandler. How to call it in a custom deserializer? I know, the ContentHandler can be set to a XMLReader like: xmlReader.setContentHandler(customHandler) However, I'd like to know how to set the ContentHandler in a custom deserializer, or any other methods to let the deserializer call this handler to parse a value. Thanks, George