Partager via


NewtonsoftJsonObjectSerializer Constructeurs

Définition

Surcharges

NewtonsoftJsonObjectSerializer()

Initialise les nouvelles instance de NewtonsoftJsonObjectSerializer. Utilise le paramètre retourné par CreateJsonSerializerSettings().

NewtonsoftJsonObjectSerializer(JsonSerializerSettings)

Initialise les nouvelles instance de NewtonsoftJsonObjectSerializer.

NewtonsoftJsonObjectSerializer()

Source:
NewtonsoftJsonObjectSerializer.cs

Initialise les nouvelles instance de NewtonsoftJsonObjectSerializer. Utilise le paramètre retourné par CreateJsonSerializerSettings().

public NewtonsoftJsonObjectSerializer ();
Public Sub New ()

S’applique à

NewtonsoftJsonObjectSerializer(JsonSerializerSettings)

Source:
NewtonsoftJsonObjectSerializer.cs

Initialise les nouvelles instance de 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)

Paramètres

settings
Newtonsoft.Json.JsonSerializerSettings

Instance Newtonsoft.Json.JsonSerializerSettings à utiliser lors de la sérialisation/désérialisation.

Exceptions

settings a la valeur null.

S’applique à