Serializing in webservice
i need to serializing
List empList = new List(); in return type
JavaScriptSerializer js1 = new JavaScriptSerializer();
i got error return js1.serialize(emplist);
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abrar Ahmad AnsariPosted Dec 16, 2015, 6:20 AM
SenzeyePosted Dec 16, 2015, 5:56 AM
Abrar Ahmad AnsariPosted Dec 16, 2015, 5:48 AM