摘要: namespace Microshaoft{ using System; using System.Linq; using System.Reflection; using System.Collections.Generic; using System.Collections.Concurrent; using System.Linq.Expressions; public static class ObjectsTypesBytesHelper { public static byte[] ObjectToBytes<T> ... 阅读全文
posted @ 2012-04-17 01:37 于斯人也 阅读(315) 评论(0) 推荐(0) 编辑