RE: Bean Field Serialization/Deserialization

2002-04-23 Thread Benazech Cédric
"sequence" in wsdl using BeanInfo only. Cédric -Message d'origine- De : Benazech Cédric [mailto:[EMAIL PROTECTED]] Envoyé : lundi 22 avril 2002 14:52 À : '[EMAIL PROTECTED]' Objet : RE: Bean Field Serialization/Deserialization I don't understand why you do

RE: Bean Field Serialization/Deserialization

2002-04-23 Thread Benazech Cédric
hat ... Cédric -Message d'origine- De : R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Envoyé : samedi 20 avril 2002 00:09 À : [EMAIL PROTECTED] Objet : Bean Field Serialization/Deserialization There has been some discussion and bugs related to the serialization and deserialization of be

RE: Bean Field Serialization/Deserialization

2002-04-19 Thread R J Scheuerle Jr
cc: Subject: RE: Bean Field Serialization/Deserialization 04/19/2002 05:42

RE: Bean Field Serialization/Deserialization

2002-04-19 Thread Glen Daniels
> This could also > speed deserialization since the resultant new FieldDesc could > also implement Target and set the property/field in the > appropriate manner. ...except for the fact that we'd still need the target object as well as the Field

RE: Bean Field Serialization/Deserialization

2002-04-19 Thread Glen Daniels
> -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 6:09 PM > To: [EMAIL PROTECTED] > Subject: Bean Field Serialization/Deserialization > > > There has been some discussion and bugs related to the > serialization and &

Bean Field Serialization/Deserialization

2002-04-19 Thread R J Scheuerle Jr
There has been some discussion and bugs related to the serialization and deserialization of beans that do not have getter/setters but instead have public fields. I am working on the following change. Changes to utils.BeanPropertyDescriptor: * Add constructor to set BPD with a java.lang.reflect.