Hi All, I am trying to write custom deserializer factory and deserializer. My deserializer factory should implement BaseDeserializerFactory which has below method signature :
protected Deserializer getGeneralPurpose(String arg0) Can anyone please tell me when this 'getGeneralPurpose' method will be called and any docmentation for it on axis web sites ? Thanks & Regards, Kumar.
