Seeing as how an ArrayList is an ordered set of items, you could easily
write a serializer/deserializer pair to handle passing ArrayLists between
services. I'm not sure if the Axis server side and client side tools
already have some deserializer built in for the list interface -- seems like a
good idea if they don't.
The bottom line is, ArrayList won't be serializable/deserializable across
platforms w/o some effort on your end to describe it.
|
- samples for ArrayList Bruce Ho
- RE: samples for ArrayList Mike Perham
- RE: samples for ArrayList Cory Wilkerson
- RE: samples for ArrayList Bruce Ho
- RE: samples for ArrayList Sashith Kumar
- RE: samples for ArrayList Bruce Ho
- RE: samples for ArrayList eric . pinder
- Re: samples for ArrayList Tania Durán