Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions

JsonConverterOptions.CustomEnumConverter<T> Class

Generic Enum Converter

csharp
public class JsonConverterOptions.CustomEnumConverter<T> : System.Text.Json.Serialization.JsonConverter<T>
    where T : System.Enum

Type parameters

T
A Custom Enum

Inheritance System.Object 🡒 System.Text.Json.Serialization.JsonConverter 🡒 System.Text.Json.Serialization.JsonConverter<T> 🡒 CustomEnumConverter<T>

Methods
Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, T, JsonSerializerOptions)

Released under the MIT License.