序列化相关的文章推荐

如何将 unix 时间戳 (μs) 从 JSON 反序列化为 DateTime?

How to deserialize a unix timestamp (μs) to a DateTime from JSON?(如何将 unix 时间戳 (μs) 从 JSON 反序列化为 DateTime?)

Newtonsoft JSON.net 反序列化错误,其中 JSON 中的字段更改顺序

Newtonsoft JSON.net deserialization error where fields in JSON change order(Newtonsoft JSON.net 反序列化错误,其中 JSON 中的字段更改顺序)

Json.NET 按深度和属性序列化

Json.NET serialize by depth and attribute(Json.NET 按深度和属性序列化)

反序列化时的备用属性名称

Alternate property name while deserializing(反序列化时的备用属性名称)

如何使用 Json.Net 将 JSON 数组反序列化为对象?

How to deserialize a JSON array into an object using Json.Net?(如何使用 Json.Net 将 JSON 数组反序列化为对象?)

设置默认全局 json 序列化程序设置

Set default global json serializer settings(设置默认全局 json 序列化程序设置)

将嵌套的 JSON 反序列化为 C# 对象

Deserialize nested JSON into C# objects(将嵌套的 JSON 反序列化为 C# 对象)

如何在反序列化期间以编程方式选择构造函数?

How to programmatically choose a constructor during deserialization?(如何在反序列化期间以编程方式选择构造函数?)

Json.Net - 序列化不带引号的属性名称

Json.Net - Serialize property name without quotes(Json.Net - 序列化不带引号的属性名称)

如何在同一对象中反序列化具有重复属性名称的 JSON

How to deserialize JSON with duplicate property names in the same object(如何在同一对象中反序列化具有重复属性名称的 JSON)

如何使用 Json.Net 序列化/反序列化带有自定义键的字典?

How can I serialize/deserialize a dictionary with custom keys using Json.Net?(如何使用 Json.Net 序列化/反序列化带有自定义键的字典?)

序列化属性,但不要反序列化 Json.Net 中的属性

Serialize Property, but Do Not Deserialize Property in Json.Net(序列化属性,但不要反序列化 Json.Net 中的属性)

使用 JSON.NET 的序列化字段的顺序

Order of serialized fields using JSON.NET(使用 JSON.NET 的序列化字段的顺序)

使用未知对象名称反序列化 JSON

Deserializing JSON with unknown object names(使用未知对象名称反序列化 JSON)

将字典序列化为数组(键值对)

Serialize dictionary as array (of key value pairs)(将字典序列化为数组(键值对))

C# 中的 JSON 反序列化如何工作

How does JSON deserialization in C# work(C# 中的 JSON 反序列化如何工作)

Newtonsoft JSON 反序列化

Newtonsoft JSON Deserialize(Newtonsoft JSON 反序列化)

当键值未知时反序列化 JSON

Deserializing JSON when key values are unknown(当键值未知时反序列化 JSON)

Json.NET 反序列化或序列化 json 字符串并将属性映射到运行时定义的不同属性名称

Json.NET deserialize or serialize json string and map properties to different property names defined at runtime(Json.NET 反序列化或序列化 json 字符串并将属性映射到运行时定义的不同属性名称)

Json.NET 在 DateTime 上禁用反序列化

Json.NET Disable the deserialization on DateTime(Json.NET 在 DateTime 上禁用反序列化)

如何在 json 反序列化期间忽略未知的枚举值?

How can I ignore unknown enum values during json deserialization?(如何在 json 反序列化期间忽略未知的枚举值?)

无法将当前 JSON 对象(例如 {“name":“value"})反序列化为“System.Collection

Cannot deserialize the current JSON object (e.g. {quot;namequot;:quot;valuequot;}) into type #39;System.Collections.Generic.List`1(无法将当前 JSON 对象(例如 {“name:“value})反序列化为“System.Collections.Generic.List类型)

有时是数组有时是对象时反序列化JSON

Deserializing JSON when sometimes array and sometimes object(有时是数组有时是对象时反序列化JSON)

SonarLint V3:“Serializable"中的字段;对于 List 接口,类应该是瞬态的或可序列

SonarLint V3: Fields in a quot;Serializablequot; class should either be transient or serializable for List interface(SonarLint V3:“Serializable中的字段;对于 List 接口,类应该是瞬态的或可序列化的)

使用 Json.net 反序列化 JSON 对象数组

Deserializing JSON Object Array with Json.net(使用 Json.net 反序列化 JSON 对象数组)