Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Sorin Pop
unsubscribe

Re: Serializer/Deserializer

2002-09-18 Thread Sorin Pop
dering > why couldnt these be reused rather than defining a set of > serializers/deserializers which does the same . > > Probably I need to look deep inside and see how reflection is being done in axis > . > Are there any docs on typeMapping ? > > ThanX > Deepth >

Re: Serializer/Deserializer

2002-09-18 Thread Sorin Pop
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

beanmapping - typemapping

2002-09-18 Thread Sorin Pop
Hey! There's nobody in the world who had tried to do domething similar?! I can't believe it... - Original Message ----- From: "Sorin Pop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Pop Lucian Marius" <[EMAIL PROTECTED]> Sent:

Re: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes

2002-09-17 Thread Sorin Pop
rray of another custom object without building custom (de)serializer classes > -Original Message- > From: Sorin Pop [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 16, 2002 12:33 PM > To: [EMAIL PROTECTED] > Cc: Pop Lucian Marius > Subject: (de)serializ