0
kicks
Understanding JSON serialization and deserialization in ASP.NET - DotN
While working on an ajax application we need to transfer data from server to client anynchnously. This data transfer from server to client can be done in variety of formats. The common data formats are XML and JSON.