Class JsonStringEnumCamelCaseConverterAttribute
Ensures string conversion with camel case naming policy for enum type values.
[AttributeUsage(AttributeTargets.Enum, AllowMultiple = false)]
public sealed class JsonStringEnumCamelCaseConverterAttribute : JsonConverterAttribute
- Inheritance
-
objectAttributeJsonAttributeJsonConverterAttributeJsonStringEnumCamelCaseConverterAttribute
- 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
TypeThe type of the converter.
Returns
- JsonConverter
The custom converter.