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 James Black <jb...@ieee.org> on 2003/10/22 18:30:53 UTC

Re: .Net compatible Serializers/Deserializers for HashMap and col lect ions

Pallapolu, Sudhir wrote:

> Yes, I have been doing that in my prototypes. Converting to bean or 
> writing a conversion layer means a lot of code to be rewritten in my 
> project. I am searching for a way to convert Maps and collections to 
> compatible (SOAP&WSDL) types implicitly (by adding one or more 
> serializer/deserializer) so that I would not have to make any changes 
> to existing source code.
>
  Transmitting collections around is not platform independent, as 
different languages and frameworks will store them differently (perhaps).

  To convert it to an array of beans right before transmission shouldn't 
be that much extra coding.

>
>