; Date: Sun Jan 27, 2002 03:55:45 PM US/Pacific
> To: [EMAIL PROTECTED]
> Subject: Customized Serializer
>
> Hi folks,
>
> Short:
> I know how to use a BeanSerializer or sub class of a BeanSerializer
> to serialize a customized class. I usually use
> Constants.NS_URI_
Using the encoding NS_URI_SOAP_ENC is fine. If you want to write a custom
de/serializer, use BeanSerializer as your guide. You need to feed in the
correct header for SOAP to understand.
/lim/
At 03:55 PM 27-01-02, you wrote:
>Hi folks,
>
>Short:
> I know how to use a BeanSerializer or sub cl
Hi folks,
Short:
I know how to use a BeanSerializer or sub class of a BeanSerializer to
serialize a customized class. I usually use Constants.NS_URI_SOAP_ENC
when I insert it into SOAPMappingRegistry.
But I would like to make use of a generic XML Serializer (e.g.
http://www.csse.monash.