|
|
|
Using JavaScriptSerializer Class to Serialize Objects to JSON
|
By
AzamSharp
Views: 1518
|
|
In this video Mohammad Azam will demonstrate how to use the JavaScriptSerializer class to serialize a .NET object to a JSON compatible string.
- JSON stands for JavaScript Object Notation
- JSON allows to bridge the gap between the CLR objects and the JavaScript objects
- JSON string is more compressed then XML string representation.
Play the video
|
|
By
AzamSharp
|
|
|
|