NewtonsoftJsonObjectSerializer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NewtonsoftJsonObjectSerializer() |
Initializes new instance of NewtonsoftJsonObjectSerializer. Uses setting returned by CreateJsonSerializerSettings(). |
NewtonsoftJsonObjectSerializer(JsonSerializerSettings) |
Initializes new instance of NewtonsoftJsonObjectSerializer. |
NewtonsoftJsonObjectSerializer()
Initializes new instance of NewtonsoftJsonObjectSerializer. Uses setting returned by CreateJsonSerializerSettings().
public NewtonsoftJsonObjectSerializer ();
Public Sub New ()
Applies to
NewtonsoftJsonObjectSerializer(JsonSerializerSettings)
Initializes new instance of 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)
Parameters
- settings
- Newtonsoft.Json.JsonSerializerSettings
The Newtonsoft.Json.JsonSerializerSettings instance to use when serializing/deserializing.
Exceptions
settings
is null.
Applies to
Azure SDK for .NET