Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions

JsonConverterOptions.NullableIntOption Class

csharp
public class JsonConverterOptions.NullableIntOption : System.Text.Json.Serialization.JsonConverter<System.Nullable<int>>

Inheritance System.Object 🡒 System.Text.Json.Serialization.JsonConverter 🡒 System.Text.Json.Serialization.JsonConverter<System.Nullable<System.Int32>> 🡒 NullableIntOption

Methods
Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, Nullable<int>, JsonSerializerOptions)

Released under the MIT License.