2012年7月15日

c# 读取json 写json 序列化与反序列化 .net 4.0

摘要: class Program { static void Main(string[] args) { Serialize(); Deserialize(); Console.ReadLine(); } static void Deserialize() { String str = "{\"Age\":20,\"Name\":\"张三\"}"; DataContractJsonSerializer json =... 阅读全文

posted @ 2012-07-15 20:23 雨渐渐 阅读(1147) 评论(0) 推荐(0)

导航