to do this but this is the way I do for
my objects...
-Original Message-From: Vishal Batra
[mailto:[EMAIL PROTECTED]]Sent: den 30 maj 2002
13:48To: [EMAIL PROTECTED]Subject:
Serialization / deserialization problem
Hi all,I need some help on
serialization/deser
new Vector()
;vectorMember.addElement(
"vishal batra" ) ;
vectorMember.addElement( "satbir singh" ) ;
vectorMember.addElement( "faisal abhdullah" )
;
vectorMember.addElement( "mohammad shadab" ) ;
arrayMember = new Object[ 2 ] ;
arrayMemb
We are exposing our Java application as a web
service using AXIS on Tomcat and trying to access it thru GUI build in .NET but
are getting problems in deserialization of Collection classes.
Would I be going in wrong direction in trying to
solve this problem by creating custom serializers/des
Hi all,
If some one could throw some light on creating
custom (de) serializers for a Class which does not follow Java Beans
rules.
thank you
Vishal
Vector class.
Can u suggest me what changes should we make in our
Client code (.NET) to overcome this problem.
We do not want to change our Java classes ... but
would appreciate any suggestions for that too.
Thank you.
Vishal Batra