1.JSON序列化. 首先,引用程序集 System.Runtime.Serialization, 我们要使用System.Runtime.Serialization.Json,默认点不出来,这应该是一个扩展方法.所以还需要引入以下两个程序集: System.ServiceModelSystem.ServiceModel.Web using System; using System.Collections.Generic; using System.Linq; using System.Text…