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 Jamie Powell <jp...@esri.com> on 2002/04/08 18:42:28 UTC

RE: Custom Serializers and Deserializers for arrays of complex ty pes with doc literal encoding.

Thanks Glen, for your help.
Are these tests online, where I can grab a look at this example? This would
be a big help.
 
Jamie Powell
 
-----Original Message-----
From: Glen Daniels [mailto:gdaniels@macromedia.com] 
Sent: Saturday, April 06, 2002 9:49 AM
To: axis-user@xml.apache.org
Subject: Re: Custom Serializers and Deserializers for arrays of complex
types with doc literal encoding.
 
Hi Jamie!
 
You shouldn't need to write custom serializers for this, the ArraySerializer
will do this for you.  I think we have an example of this in our tests
somewhere, but I'm not sure just where.
 
--Glen
----- Original Message ----- 
From: Jamie Powell <ma...@esri.com>  
To: 'axis-user@xml.apache.org' <mailto:'axis-user@xml.apache.org'>  
Sent: Friday, April 05, 2002 5:43 PM
Subject: Custom Serializers and Deserializers for arrays of complex types
with doc literal encoding.
 
I am currently looking for some examples on how to write a custom
serializer/deserializer that handles arrays of complex types in doc literal.

         I would appreciate any pointers. 
 
         Thanks Jamie Powell