(this is a re-post - previous had a wrong subject by mistake)

Hi,

I am new to Apache SOAP. I have a NameValuePair object written as a java bean. The data items are:

    String name;

    Object value;     // May be a Vector of NameValuePairs or class-wrappers for primitive types, i.e.

                                // Double, or a single NameValuePair/class-wrapper for primitive types.

Do I need to write a serializer class or there is a way to set existing classes, like BeanSerializer, to do the job. I was not able quite to do the latter because of the "value" element requiring Object serializer. Do I need to write an Object ser/de-ser? If so, how do I make sure it is used only in this NameValuePair context?

 

Thanx in advance,

Ed Gokhman

Reply via email to