You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by None <wa...@hotmail.com> on 2004/05/30 05:24:11 UTC

Using Deserializers

Is there any way to use Deserializers, other than SimpleDeserializer, to act on a supplied document to populate the target object.

I can create the deserializer of course but then I can't figure out how to provide a document and trigger the processing to get it
to populate the target object.

For SimpleDeserializer it's the "makeValue" method.

I've bean experimenting with BeanDeserializer. I've tried many thing with DeserializationContextImpl and the BeanDeserializer and
have had no luck.

Am I missing something obvious>

Zeneda