2020年10月24日

MessagePack 序列化

摘要: public static byte[] ToBin(this object obj) { return MessagePack.MessagePackSerializer.Serialize(obj.GetType(), obj); } public static T FromBin<T>(thi 阅读全文

posted @ 2020-10-24 12:24 jonney_wang 阅读(421) 评论(0) 推荐(0) 编辑

导航