序列化相关的文章推荐

JSON.NET 反序列化特定属性

JSON.NET deserialize a specific property(JSON.NET 反序列化特定属性)

将 JSON 数组反序列化为强类型的 .NET 对象

Deserializing JSON array into strongly typed .NET object(将 JSON 数组反序列化为强类型的 .NET 对象)

Json.NET 序列化中是否有办法区分“null 因为不存在"?和“空,因为空"?

Is there a way in Json.NET serialization to distinguish between quot;null because not presentquot; and quot;null because nullquot;?(Json.NET 序列化中是否有办法区分“null 因为不存在?和“空,因为空?)

如何更改数字反序列化的默认类型?

How do I change the default Type for Numeric deserialization?(如何更改数字反序列化的默认类型?)

将异构 JSON 数组反序列化为协变列表<>使用 Json.NET

Deserializing heterogenous JSON array into covariant Listlt;gt; using Json.NET(将异构 JSON 数组反序列化为协变列表lt;gt;使用 Json.NET)

使用 Json.NET 序列化时如何应用重新映射所有属性名称的一般规则?

How to apply a general rule for remapping all property names when serializing with Json.NET?(使用 Json.NET 序列化时如何应用重新映射所有属性名称的一般规则?)

JSON.net(反)序列化无类型属性

JSON.net (de)serialize untyped property(JSON.net(反)序列化无类型属性)

<Django 对象>不是 JSON 可序列化的

lt;Django object gt; is not JSON serializable(lt;Django 对象gt;不是 JSON 可序列化的)

序列化时子元素的 Newtonsoft 内联格式

Newtonsoft inline formatting for subelement while serializing(序列化时子元素的 Newtonsoft 内联格式)

如何仅将缩进序列化应用于某些属性?

How to apply indenting serialization only to some properties?(如何仅将缩进序列化应用于某些属性?)

如何使用 JSON.NET 序列化静态或常量成员变量?

How to serialize static or const member variables using JSON.NET?(如何使用 JSON.NET 序列化静态或常量成员变量?)

Newtonsoft Json 将字典反序列化为来自 DataContractJsonSerializer 的键/值列表

Newtonsoft Json Deserialize Dictionary as Key/Value list from DataContractJsonSerializer(Newtonsoft Json 将字典反序列化为来自 DataContractJsonSerializer 的键/值列表)

Newtonsoft Json.Net 序列化 JObject 不会忽略空值,即使设置正确

Newtonsoft Json.Net serialize JObject doesn#39;t ignore nulls, even with the right settings(Newtonsoft Json.Net 序列化 JObject 不会忽略空值,即使设置正确)

无法反序列化当前 JSON 数组(例如 [1,2,3])

Cannot deserialize the current JSON array (e.g. [1,2,3])(无法反序列化当前 JSON 数组(例如 [1,2,3]))

Json.NET 用最少的小数位序列化浮点/双精度,即没有多余的“.0"?

Json.NET serializing float/double with minimal decimal places, i.e. no redundant quot;.0quot;?(Json.NET 用最少的小数位序列化浮点/双精度,即没有多余的“.0?)

将特定枚举反序列化为 Json.Net 中的 system.enum

Deserialize specific enum into system.enum in Json.Net(将特定枚举反序列化为 Json.Net 中的 system.enum)

JSON序列化类继承列表上的属性

JSON serialize properties on class inheriting list(JSON序列化类继承列表上的属性)

为什么在尝试通过序列化为 JSON 来打印对象时缺少一些成员?

Why are some members missing when trying to print an object by serializing to JSON?(为什么在尝试通过序列化为 JSON 来打印对象时缺少一些成员?)

IEnumerable 中每个项目的自定义 json 序列化

Custom json serialization for each item in IEnumerable(IEnumerable 中每个项目的自定义 json 序列化)

使用 Json.NET 序列化为 NDJSON

Serialize as NDJSON using Json.NET(使用 Json.NET 序列化为 NDJSON)

序列化特定类型时如何使 JSON.Net 序列化程序调用 ToString()?

How to make JSON.Net serializer to call ToString() when serializing a particular type?(序列化特定类型时如何使 JSON.Net 序列化程序调用 ToString()?)

序列化字典时保留大小写

Keep casing when serializing dictionaries(序列化字典时保留大小写)

使用 JsonConverter 进行 Json.NET 自定义序列化 - 如何获取“默认"行为

Json.NET custom serialization with JsonConverter - how to get the quot;defaultquot; behavior(使用 JsonConverter 进行 Json.NET 自定义序列化 - 如何获取“默认行为)

如何使用 XmlSerializer 反序列化大型文档中的节点

How to deserialize a node in a large document using XmlSerializer(如何使用 XmlSerializer 反序列化大型文档中的节点)

在 .NET XML 反序列化中,如何允许多态使用 Array

In .NET XML deserialization, how can I allow polymorphic use of Array types?(在 .NET XML 反序列化中,如何允许多态使用 Array 类型?)