Browse by Tags

All Tags » JavaScriptSerializer (RSS)

Serialize only specific class properties to JSON string using JavaScriptSerializer by hajan

About one year ago I wrote a blog post about JavaScriptSerializer and the Serialize and Deserialize methods it supports. Note: This blog post has been in draft for sometime now, so I decided to complete it and publish it. There might be situation when...

JavaScriptSerializer – Dictionary to JSON Serialization and Deserialization by hajan

Few weeks ago I was working with the JavaScriptSerializer for serializing objects into JSON format, sending the JSON format as a parameter to a web service method and deserializing in the web service. The JavaScriptSerializer can be useful for different...
More Posts