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 Denis Schlesinger <sc...@ecs-gmbh.de> on 2005/08/24 16:01:37 UTC

[Axis 1.2] Implementing Serializers for complex types

Hi all,

 

I need to implement some (de)serializers for an asset of Java classes as
these are not implemented in bean style. The Java classes themselves may
contain other complex types (classes) again. I don't know how to start
as I only found examples for Java classes with simple type members.

 

Please help!

Denis