摘要: public static string JsonSerializer(T t){ DataContractJsonSerializer ser = new DataContractJsonSerializer(typeof(T)); MemoryStream ms = new Mem... 阅读全文
posted @ 2014-04-15 11:01 Danny_Chow_Java 阅读(227) 评论(1) 推荐(0)