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
posted @ 2020-10-24 12:24
posted @ 2020-10-17 22:06