On Thursday 16 December 2004 02:42, Frank Maritato wrote:
> Thanks! If I'm not using my own deserializer, what would I put in
> place of MyClassDeserializerFactory()?

Well, which deserializer are you using? Presumably, BeanDeserializer. 
Then it's BeanDeserializerFactory. The best way to create such a 
factory is like this

BaseDeserializerFactory.createFactory(BeanDeserializerFactory.class, 
javaClass, xmlType));

As far as I can tell, you can pass null for xmlType in this case.

Michael

-- 
Michael Schuerig                  Failures to use one's frontal lobes
mailto:[EMAIL PROTECTED]        can result in the loss of them.
http://www.schuerig.de/michael/   --William H. Calvin

Reply via email to