Table of Contents

Class JsonStringEnumPascalCaseConverterAttribute

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

Enum type annotated with this attribute will be serialized by the name with pascal-case notation.

[AttributeUsage(AttributeTargets.Enum, AllowMultiple = false)]
public sealed class JsonStringEnumPascalCaseConverterAttribute : JsonConverterAttribute
Inheritance
object
Attribute
JsonAttribute
JsonConverterAttribute
JsonStringEnumPascalCaseConverterAttribute
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.