Table of Contents

Class JsonStringEnumCamelCaseConverterAttribute

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Ensures string conversion with camel case naming policy for enum type values.

[AttributeUsage(AttributeTargets.Enum, AllowMultiple = false)]
public sealed class JsonStringEnumCamelCaseConverterAttribute : JsonConverterAttribute
Inheritance
object
Attribute
JsonAttribute
JsonConverterAttribute
JsonStringEnumCamelCaseConverterAttribute
Extension Methods

Methods

CreateConverter(Type)

When overridden in a derived class and System.Text.Json.Serialization.JsonConverterAttribute.ConverterType is null, allows the derived class to create a System.Text.Json.Serialization.JsonConverter in order to pass additional state.

public override JsonConverter CreateConverter(Type typeToConvert)

Parameters

typeToConvert Type

The type of the converter.

Returns

JsonConverter

The custom converter.