[Solved] Customized Serializer

2002-02-01 Thread Han Ming Ong
; 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_

Re: Customized Serializer

2002-01-27 Thread TH Lim
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

Customized Serializer

2002-01-27 Thread Han Ming Ong
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.