摘要: 应朋友要求写了一个反序列化JSON的东东因为系统自带Json转换方法的无法将""转换DateTime?初略写了一下有任何问题或者建议 请留言。using System;using System.Reflection.Emit;using System.Reflection;public class JSONSerialize<T>{ public JSONSerialize() { } private delegate T Delegate(string json); private static Delegate handler; public stati.. 阅读全文
posted @ 2013-05-31 16:04 丫的 阅读(1327) 评论(3) 推荐(1) 编辑