Serializer 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
Serializer() |
Constructor for the serializer with defaults for the JsonSerializer settings. |
Serializer(JsonSerializerSettings) |
Constructor for the serializer. |
Serializer()
Constructor for the serializer with defaults for the JsonSerializer settings.
public Serializer ();
Public Sub New ()
Applies to
Serializer(JsonSerializerSettings)
Constructor for the serializer.
public Serializer (Newtonsoft.Json.JsonSerializerSettings jsonSerializerSettings);
new Microsoft.Graph.Serializer : Newtonsoft.Json.JsonSerializerSettings -> Microsoft.Graph.Serializer
Public Sub New (jsonSerializerSettings As JsonSerializerSettings)
Parameters
- jsonSerializerSettings
- Newtonsoft.Json.JsonSerializerSettings
The serializer settings to apply to the serializer.