Re: Array Serializer and java.util.List

2002-06-26 Thread Amit Litsur
Hi,   Another point on the difference between handling List and Arrays. Currently in the ArraySerializer, in case the object is array, it verify it's type using the Class.getComponentType() call. This, will return the Array declared type, not nescessarily the real object in the array. While

Re: FW: Array Serializer and java.util.List

2002-03-07 Thread R J Scheuerle Jr
cc: Subject: FW: Array Serializer and java.util.List

FW: Array Serializer and java.util.List

2002-03-07 Thread Kamlesh Anvekar
Hi Is This bug is fixed kamlesh -Original Message- From: Vikram Rayabhari [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 12:32 AM To: [EMAIL PROTECTED] Subject: Re: Array Serializer and java.util.List Hi Rich, Thanks for the reply. Isn't the expecte

Re: Array Serializer and java.util.List

2002-02-28 Thread R J Scheuerle Jr
cc: Subject: Re: Array Serializer and java.util.List 02/28/2002 0

Re: Array Serializer and java.util.List

2002-02-27 Thread Vikram Rayabhari
Rich Scheuerle > XML & Web Services Development > 512-838-5115 (IBM TL 678-5115) > > > Vikram Rayabhari > com> cc: > Su

Re: Array Serializer and java.util.List

2002-02-27 Thread R J Scheuerle Jr
hari cc: Subject: Array Serializer and java.util.

Array Serializer and java.util.List

2002-02-27 Thread Vikram Rayabhari
Hi, There seems to be a bug in ArraySerilizer when a list containing objects of different classes is serialized. The arrayType attribute is being set to the type of the first element in the list and not to xsd:anyType as would be expected. Could someone please clarify? thanks Vikram