layout: default title: EnumToKebabCaseStringConverter_T_ parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Serialization

EnumToKebabCaseStringConverter Class

Converts an enum to a kebab case string for serialization.

public class EnumToKebabCaseStringConverter<T> : System.Text.Json.Serialization.JsonConverter<T>
    where T : notnull

Type parameters

T

The enum type to convert.

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

Derived
DrawingToolStringConverter
LabelPlacementStringConverter
TimeEnumToKebabCaseStringConverter<T>