If you
just want to serialise java objects to xml, you could look at
java.beans.XMLEncoder.
However, if you want to see how axis does it this won't
help.
-----Original Message-----
From: Levy, Avi [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 23 November 2004 9:54 AM
To: '[EMAIL PROTECTED]'
Subject: BeanSerializerHi,
I'm trying to use BeanSerializer (from org.apache.axis.encoding.ser) to manualy serialize my Java object into raw XML. However, I don't really understand the javadoc of the serialize method in the class. Anyone knows how to use that class to serialize some java objects?
Thanks,
-- AV