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 Chatree Srichart <ch...@gmail.com> on 2009/12/04 04:38:37 UTC

How axis2 register serializer/deserializer?

I need to send Map object and List object as OMElement. I found Axis use
MapSerializer class and MapDeserializer class as serializer/deserializer for
Map object.

I would like to know about Axis2 for this task.

Can any one help me?