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 Rafael Ribeiro <ra...@gmail.com> on 2005/05/25 03:21:41 UTC

Problem in collection with subclasses

Hi, I have a class that I am sending it from the client to the server
using axis. The problem is, that class has a Set with a Class or
Subclasses of it. When the class gets deserialized all the instances
are changed for the same (base) class.
Does anyone knows any way I can make Axis serialize each class with it own type.