摘要: 将一个简单对象转为Json字符串.转换时,只对属性,成员变量做转换.usingSystem; usingSystem.Collections.Generic; usingSystem.Text; usingSystem.Reflection; namespaceObjectToJson { publicclassObjectToJson { privateObject_Ins; /// <s... 阅读全文
posted @ 2010-02-22 17:38 Houfeng 阅读(1442) 评论(0) 推荐(0) 编辑