C# json与对象之间的相互转换
摘要:1. 添加命名空间using System.Runtime.Serialization.Json;2.WriteObject方法 // 从一个对象信息生成Json串 public static string ObjectToJson(object obj) { ...
阅读全文
posted @ 2015-05-28 09:42
posted @ 2015-05-28 09:42
posted @ 2015-04-15 17:33
posted @ 2015-04-10 12:36
posted @ 2015-03-23 10:53
posted @ 2014-12-02 16:17