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 John Menke <jo...@eagleinfosystems.com> on 2004/11/10 05:55:41 UTC

serializing nested objects

I have two objects Foo and Bar

Foo's Structure is:

	Foo  (contains 3 fields on field is Bar Object type)
	      fooString  - type of String
		fooLong - type of long
		Bar - type of Bar


     Bar
		barString - type of String
		barLong - type of long


CAN AXIS HANDLE SERIALIZING AND DESERIALIZING THESE OBJECTS?

I have seen examples but only for objects that don't have refs to other
objects.
Can somebody point me to an example of how to configure the bean mappings to
do
this if possible?  Or if i have to create my own serializer is there an
example
somebody has?

thanks in advance for anyones help. I have searched the web and the archives
without
any luck.

-jm