次の方法で共有


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 です。

適用対象