P
Pete Hearn
Can anyone tell me how to serialise an arraylist manually?
I have tried unsuccessfully to pass an arraylist to a webservice; then tried
an array of object[] which then whines about some xml serialisation issues -
I need to earn a living at some stage so think the fastest way round it
would be to serialise the objects to a string, pass the string as a
parameter (which does seem to work without all this hassle) - then
deserialise the string back into an object array inside the webservice.
Any help much appreciated!
Thanks
Peter
P.S. am I the only person who just wants this stuff to work? I'm a little
disappointed that I can't just pass an ArrayList across the wire to a
webservice without having to battle with .Net and XML first...
I have tried unsuccessfully to pass an arraylist to a webservice; then tried
an array of object[] which then whines about some xml serialisation issues -
I need to earn a living at some stage so think the fastest way round it
would be to serialise the objects to a string, pass the string as a
parameter (which does seem to work without all this hassle) - then
deserialise the string back into an object array inside the webservice.
Any help much appreciated!
Thanks
Peter
P.S. am I the only person who just wants this stuff to work? I'm a little
disappointed that I can't just pass an ArrayList across the wire to a
webservice without having to battle with .Net and XML first...