序列化相关的文章推荐

如何提高 .Net 中的 JSON 反序列化速度?(JSON.net 还是其他?)

How to improve JSON deserialization speed in .Net? (JSON.net or other?)(如何提高 .Net 中的 JSON 反序列化速度?(JSON.net 还是其他?))

如何将 DataTable 序列化为 json 或 xml

how to serialize a DataTable to json or xml(如何将 DataTable 序列化为 json 或 xml)

如何使用 JsonConverter 仅序列化类的继承属性

How to serialize only inherited properties of a class using a JsonConverter(如何使用 JsonConverter 仅序列化类的继承属性)

当值可以是对象或空数组时反序列化 JSON

Deserialize JSON when a value can be an object or an empty array(当值可以是对象或空数组时反序列化 JSON)

使用 System.Type 作为 <T>在运行时使用 Json.Net 反序列化

Using System.Type as lt;Tgt; at runtime when deserializing with Json.Net(使用 System.Type 作为 lt;Tgt;在运行时使用 Json.Net 反序列化)

BinaryFormatter 怎么可以序列化一个 Action<>但 Json.net 不能

how come BinaryFormatter can serialize an Actionlt;gt; but Json.net cannot(BinaryFormatter 怎么可以序列化一个 Actionlt;gt;但 Json.net 不能)

反序列化 Newtonsoft.Json 中的自定义异常

Deserializing custom exceptions in Newtonsoft.Json(反序列化 Newtonsoft.Json 中的自定义异常)

JSON.Net:反序列化多态类型而不指定程序集

JSON.Net: deserializing polymorphic types without specifying the assembly(JSON.Net:反序列化多态类型而不指定程序集)

自定义反序列化器仅适用于带有 json.NET 的某些字段

Custom deserializer only for some fields with json.NET(自定义反序列化器仅适用于带有 json.NET 的某些字段)

使用 Json.NET 反序列化键值对数组

Deserialize array of key value pairs using Json.NET(使用 Json.NET 反序列化键值对数组)

将 JSON 递归反序列化为 IDictionary<string,object>

Deserialize JSON recursively to IDictionarylt;string,objectgt;(将 JSON 递归反序列化为 IDictionarylt;string,objectgt;)

使用 JSON.NET 序列化/反序列化对象字典

Serializing/Deserializing Dictionary of objects with JSON.NET(使用 JSON.NET 序列化/反序列化对象字典)

JSON.Net Xml 序列化误解了数组

JSON.Net Xml Serialization misunderstands arrays(JSON.Net Xml 序列化误解了数组)

序列化为 JSON 时排除集合中的特定项目

Excluding specific items in a collection when serializing to JSON(序列化为 JSON 时排除集合中的特定项目)

制作“课堂"瞬态或可序列化但该类是可序列化的

Make quot;classquot; transient or serializable BUT the class is serializable(制作“课堂瞬态或可序列化但该类是可序列化的)

如何反序列化包含无效字段名称的 JSON 对象

How to Deserialize an JSON object with invalid field name in it(如何反序列化包含无效字段名称的 JSON 对象)

将 XML 反序列化为 XSD 生成的类的问题

Trouble with XML Deserialization into XSD generated classes(将 XML 反序列化为 XSD 生成的类的问题)

反序列化DataTable后DateTime列类型变为String类型

DateTime column type becomes String type after deserializing DataTable(反序列化DataTable后DateTime列类型变为String类型)

序列化同一类中的多个 DateTime 属性,每个属性使用不同的格式

Serializing multiple DateTime properties in the same class using different formats for each one(序列化同一类中的多个 DateTime 属性,每个属性使用不同的格式)

JSON.NET 序列化 JObject 而忽略空属性

JSON.NET serialize JObject while ignoring null properties(JSON.NET 序列化 JObject 而忽略空属性)

Struts2 + Json 项目的序列化

Struts2 + Json Serialization of items(Struts2 + Json 项目的序列化)

在 xml 序列化期间忽略属性,但在反序列化期间不忽略

Ignore a property during xml serialization but not during deserialization(在 xml 序列化期间忽略属性,但在反序列化期间不忽略)

NewtonSoft.Json 具有 IEnumerable<ISomeInterface> 类型属性的序列化和反序列化

NewtonSoft.Json Serialize and Deserialize class with property of type IEnumerablelt;ISomeInterfacegt;(NewtonSoft.Json 具有 IEnumerablelt;ISomeInterfacegt; 类型属性的序列化和反序列化类)

json 从遗留属性名称反序列化

json deserialize from legacy property names(json 从遗留属性名称反序列化)

反序列化具有以数字开头的某些属性名称的 json

Deserialize json that has some property name starting with a number(反序列化具有以数字开头的某些属性名称的 json)