Name | Description | |
---|---|---|
![]() | EnumToStringConverter Constructor | Initializes a new instance of the EnumToStringConverter class. |
The following tables list the members exposed by EnumToStringConverter.
Name | Description | |
---|---|---|
![]() | EnumToStringConverter Constructor | 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 | Overridden. Gets whether the converter is supported. |
Name | Description | |
---|---|---|
![]() | ConvertFrom | Deserialize an object from the specified value. (Inherited from C1.JsonNet.JsonConverter) |
![]() | ConvertTo | Serialize the specified value to a string. (Inherited from C1.JsonNet.JsonConverter) |
![]() | ReadJson | Overridden. Deserialize the object. |
![]() | Write | Writes the specified value. (Inherited from C1.JsonNet.JsonConverter) |
![]() | WriteJson | Overridden. Serialize the value. |