10 2020 档案

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 阅读(446) 评论(0) 推荐(0)

aspnetcore 取消默认Json首字母小写
摘要:public void ConfigureServices(IServiceCollection services) { // 根据类是否添加注解[IsService]来自动注入 var assm = new[] { typeof(Program).Assembly, typeof(DbCtxt). 阅读全文

posted @ 2020-10-17 22:06 jonney_wang 阅读(239) 评论(0) 推荐(0)

导航