你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NewtonsoftJsonObjectSerializer 构造函数

定义

重载

NewtonsoftJsonObjectSerializer()

初始化 的新实例 NewtonsoftJsonObjectSerializer。 使用 返回的设置 CreateJsonSerializerSettings()

NewtonsoftJsonObjectSerializer(JsonSerializerSettings)

初始化 的新实例 NewtonsoftJsonObjectSerializer

NewtonsoftJsonObjectSerializer()

Source:
NewtonsoftJsonObjectSerializer.cs

初始化 的新实例 NewtonsoftJsonObjectSerializer。 使用 返回的设置 CreateJsonSerializerSettings()

public NewtonsoftJsonObjectSerializer ();
Public Sub New ()

适用于

NewtonsoftJsonObjectSerializer(JsonSerializerSettings)

Source:
NewtonsoftJsonObjectSerializer.cs

初始化 的新实例 NewtonsoftJsonObjectSerializer

public NewtonsoftJsonObjectSerializer (Newtonsoft.Json.JsonSerializerSettings settings);
new Azure.Core.Serialization.NewtonsoftJsonObjectSerializer : Newtonsoft.Json.JsonSerializerSettings -> Azure.Core.Serialization.NewtonsoftJsonObjectSerializer
Public Sub New (settings As JsonSerializerSettings)

参数

settings
Newtonsoft.Json.JsonSerializerSettings

序列化 Newtonsoft.Json.JsonSerializerSettings /反序列化时要使用的 实例。

例外

settings 为 null。

适用于