序列化相关的文章推荐

使属性反序列化但不使用 json.net 序列化

Making a property deserialize but not serialize with json.net(使属性反序列化但不使用 json.net 序列化)

JSON.Net:强制序列化所有私有字段和子类中的所有字段

JSON.Net: Force serialization of all private fields and all fields in sub-classes(JSON.Net:强制序列化所有私有字段和子类中的所有字段)

使用 Json.Net 序列化时指定自定义 DateTime 格式

Specifying a custom DateTime format when serializing with Json.Net(使用 Json.Net 序列化时指定自定义 DateTime 格式)

枚举的字段是否必须是可序列化的?

Does enum#39;s field have to be Serializable?(枚举的字段是否必须是可序列化的?)

如何反序列化具有动态(数字)键名的子对象?

How can I deserialize a child object with dynamic (numeric) key names?(如何反序列化具有动态(数字)键名的子对象?)

将 JSON 反序列化为 C# 类

Deserialize JSON to C# Classes(将 JSON 反序列化为 C# 类)

如何将 JSON 反序列化为 IEnumerable<BaseType>使用 Newtonsoft JSON.NET

how to deserialize JSON into IEnumerablelt;BaseTypegt; with Newtonsoft JSON.NET(如何将 JSON 反序列化为 IEnumerablelt;BaseTypegt;使用 Newtonsoft JSON.NET)

在 JSON.NET 中反序列化的转换接口

Casting interfaces for deserialization in JSON.NET(在 JSON.NET 中反序列化的转换接口)

Json.NET 可以对流进行序列化/反序列化吗?

Can Json.NET serialize / deserialize to / from a stream?(Json.NET 可以对流进行序列化/反序列化吗?)

检测反序列化对象是否缺少 Json.NET 中 JsonConvert 类的字段

Detect if deserialized object is missing a field with the JsonConvert class in Json.NET(检测反序列化对象是否缺少 Json.NET 中 JsonConvert 类的字段)

行分隔的 json 序列化和反序列化

Line delimited json serializing and de-serializing(行分隔的 json 序列化和反序列化)

JSON.NET Parser *似乎*对我的对象进行双重序列化

JSON.NET Parser *seems* to be double serializing my objects(JSON.NET Parser *似乎*对我的对象进行双重序列化)

无法将 JSON 数组(例如 [1,2,3])反序列化为类型“",因为类型需要 JSON 对象(例

Cannot deserialize the JSON array (e.g. [1,2,3]) into type #39; #39; because type requires JSON object (e.g. {quot;namequot;:quot;valuequot;}) to deserialize correctly(无法将 JSON 数组(例如 [1,2,3])反序列化为类型“,因为类型需要 JSON 对象(例如 {“name:“value})才能正确反序列化) - IT屋

使用 Newtonsoft 将 JSON 反序列化为 .NET 对象(或者可能是 LINQ to JSON?)

Deserializing JSON to .NET object using Newtonsoft (or LINQ to JSON maybe?)(使用 Newtonsoft 将 JSON 反序列化为 .NET 对象(或者可能是 LINQ to JSON?))

在 ASP.NET MVC 中设置默认 JSON 序列化程序

Setting the default JSON serializer in ASP.NET MVC(在 ASP.NET MVC 中设置默认 JSON 序列化程序)

xsi:type 属性搞乱了 C# XML 反序列化

xsi:type attribute messing up C# XML deserialization(xsi:type 属性搞乱了 C# XML 反序列化)

DRF:使用嵌套序列化程序的简单外键分配?

DRF: Simple foreign key assignment with nested serializers?(DRF:使用嵌套序列化程序的简单外键分配?)

序列化类时未标记为可序列化错误

Not marked as serializable error when serializing a class(序列化类时未标记为可序列化错误)

爪哇.多线程环境中对象的序列化

Java. Serialization of objects in a multithreaded environment(爪哇.多线程环境中对象的序列化)

如何修复因不正确的字节计数长度而损坏的序列化字符串?

How to repair a serialized string which has been corrupted by an incorrect byte count length?(如何修复因不正确的字节计数长度而损坏的序列化字符串?)

修复由于在文本编辑器中编辑 MySQL 数据库而损坏的序列化数据?

Fix serialized data broken due to editing MySQL database in a text editor?(修复由于在文本编辑器中编辑 MySQL 数据库而损坏的序列化数据?)

WebAPI OData日期时间序列化

WebAPI OData Datetime serialization(WebAPI OData日期时间序列化)

Dictionary<Key, Value> 上 .NET 二进制序列化

Strange behaviour of .NET binary serialization on Dictionarylt;Key, Valuegt;(Dictionarylt;Key, Valuegt; 上 .NET 二进制序列化的奇怪行为)

在Django GeoJSON序列化程序字段中指定相关型号的字段

Specify fields of related model in Django GeoJSON serializer field(在Django GeoJSON序列化程序字段中指定相关型号的字段)

XML 解析和反序列化

XML Parsing and deserialization(XML 解析和反序列化)