Is there a way to pass an object like HashTable by using httpclient?
Is that a correct way to do that like this: In client side, serializing object to string and send it as URL post parameter. In the server side, de-serializing the string to object. Thanks in advance. --Michael
