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 阅读(444) 评论(0) 推荐(0)
浙公网安备 33010602011771号