Hi,
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