[]
Defines a class which converts the value of Enum type to String with or without camel case
public class EnumToStringConverter : JsonConverter
| Name | Description |
|---|---|
| EnumToStringConverter() | Initializes a new instance of the EnumToStringConverter class. |
| Name | Description |
|---|---|
| CamelCaseText | Gets or sets a value indicating whether the written enum text should be camel case. |
| Name | Description |
|---|---|
| CanConvert(Type) | Gets whether the converter is supported. |
| ReadJson(JsonReader, Type, object) | Deserialize the object. |
| WriteJson(JsonWriter, object) | Serialize the value. |