You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Te...@i2.com on 2001/03/30 21:57:13 UTC

Array Serialization

Has anyone done array serialization? None of the examples do this. What do
you put for the javaType parameter for the mapTypes method of the
SOAPMappingRegistry object? Better yet does any have some sample code?
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Array Serialization

Posted by Rainer Faller <ra...@innovations.de>.
> Terry_Truta@i2.com schrieb:
> 
> Has anyone done array serialization? None of the examples do this. What do
> you put for the javaType parameter for the mapTypes method of the
> SOAPMappingRegistry object? Better yet does any have some sample code?
> Thanks.

If you want to use the standard datatypes like String or int, nothing
has to be done. No changes to the mapping, no own
serializer/deserializer. For user-defined datatypes follow the
instructions of Stéphane Bélanger posted in this thread.
Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Array Serialization

Posted by Rainer Faller <ra...@innovations.de>.
> Terry_Truta@i2.com schrieb:
> 
> Has anyone done array serialization? None of the examples do this. What do
> you put for the javaType parameter for the mapTypes method of the
> SOAPMappingRegistry object? Better yet does any have some sample code?
> Thanks.

If you want to use the standard datatypes like String or int, nothing
has to be done. No changes to the mapping, no own
serializer/deserializer. For user-defined datatypes follow the
instructions of Stéphane Bélanger posted in this thread.
Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org