Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions

JsonConverterOptions.NullableFloatOption Class

csharp
public class JsonConverterOptions.NullableFloatOption : System.Text.Json.Serialization.JsonConverter<System.Nullable<float>>

Inheritance System.Object 🡒 System.Text.Json.Serialization.JsonConverter 🡒 System.Text.Json.Serialization.JsonConverter<System.Nullable<System.Single>> 🡒 NullableFloatOption

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

Released under the MIT License.