I tried creating a web service that returned a 2d array, but it said it wasn't serializable!!!!
Anyone else come across this problem before?
Printable View
I tried creating a web service that returned a 2d array, but it said it wasn't serializable!!!!
Anyone else come across this problem before?
It's not a problem. To pass objects in a webservice they must eb serializable. You will need to write some code to make what you want to send serializable.