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 17:58:53 UTC

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

Pallapolu, Sudhir wrote:

> I am trying to write a custom serializer for java HashMap class (I 
> want to be able do this for collections as well.).
>
>  .Net doesn't like the SOAP returned by the default MapSerializer, can 
> any one help me out by pointing me towards a sample or any existing 
> implementation. Any help in this area will be thoroughly appreciated.
>
  Convert your collection into an array of javabeans, and transmit it 
that way. .NET doesn't mind that.