Results 1 to 2 of 2

Thread: can't send back multi dimensional arrays!!!

  1. #1

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530

    can't send back multi dimensional arrays!!!

    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?

  2. #2
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width