Objet : RE: serializer/deserializer for vector of vector ?
Vector is not supported,u can write a custom serializer /deserializer.
> -Original Message-
> From: EXT / ALTIOR CABOU Carl (DR&T) [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 1:51 PM
> To: [
Vector is not supported,u can write a custom serializer /deserializer.
> -Original Message-
> From: EXT / ALTIOR CABOU Carl (DR&T) [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 1:51 PM
> To: [EMAIL PROTECTED]
> Subject: serializer/deserializer for vector of vector ?
>
>
BDY.RTF
Description: RTF file
like a lot of overhead and hassle but should enable you to reuse your
existing RMI service.
alan
> -Original Message-
> From: Deepth Dinesan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 18, 2002 4:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Serializer/Deserial
I only know the one in the AXIS documentation, which is not really much...
- Original Message -
From: "Deepth Dinesan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 1:44 PM
Subject: Re: Serializer/Deserializer
> Hi Sorin,
Hi Sorin,
In fact am trying to convert an exising RMI Server to emit SOAP messages.
[ Convert Java Serialization to SOAP Serialization ]
Some of these classes are immutable and already define ObjectStreamFields[]
,readObject(), and writeObject() for Java Object Serialization . Am wondering
why
I guess you could use the builtin bean (de)serializer, that is, tha
beanmapping tag in the deploy.wsdd file.
Theoretically you will be able to serialize all the public members of your
types and you don't have to write custom (de)serializers. I have been
experiencing with the same issue the last f
Got it thanks
-Original Message-
From: Frank Griffin [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 5:14 PM
To: [EMAIL PROTECTED]
Subject: Re: Serializer / Deserializer for HAshmap
"Vaidya, Raghavendra (CORP, GEITC)" wrote:
> Does axis provide a
> serialize
"Vaidya, Raghavendra (CORP, GEITC)" wrote:
> Does axis provide a
> serializer / deserializer for Hashmap or do I have to write one my self
The Bean Serializer will handle HashMaps (at least according to the code).
They get sent as a SOAP map type.