EnumJsonConverter

Properties

HandleNull
Type

Functions

CanConvert(Type typeToConvert)
Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
Write(Utf8JsonWriter writer, Enum value, JsonSerializerOptions options)
ReadAsPropertyName(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
WriteAsPropertyName(Utf8JsonWriter writer, Enum value, JsonSerializerOptions options)