2023年7月3日 Make JSON Serialize/Deserialize using System.Text.Json native AOT compatible without using rd.xml 使用Source Generat... 进一步了解 代码片段
2023年3月7日 将JsonConvert反序列化得到的Newtonsoft.Json.Linq.JObject转换为复杂的自定义类型 举个例子,有这样一段代码,其中包... 进一步了解 代码片段 / 应用笔记
2023年3月4日 C# 中如何使用EnumHelper 将枚举值转换为Description描述文字string,或从string转换为枚举值 废话不多说,看代码 1、先定义枚... 进一步了解 代码片段