Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions

JsonConverterOptions.NullableDateOption Class

Convert string dates format between DateTime and ServiceNow

csharp
public class JsonConverterOptions.NullableDateOption : System.Text.Json.Serialization.JsonConverter<System.Nullable<System.DateTime>>

Inheritance System.Object 🡒 System.Text.Json.Serialization.JsonConverter 🡒 System.Text.Json.Serialization.JsonConverter<System.Nullable<System.DateTime>> 🡒 NullableDateOption

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

Released under the MIT License.