Noemax.Newtonsoft.Json.Converters Namespace : StringEnumConverter Class |
The following tables list the members exposed by StringEnumConverter.
Name | Description | |
---|---|---|
![]() | StringEnumConverter Constructor | Initializes a new instance of the StringEnumConverter class. |
Name | Description | |
---|---|---|
![]() | AllowIntegerValues | Gets or sets a value indicating whether integer values are allowed. |
![]() | CamelCaseText | Gets or sets a value indicating whether the written enum text should be camel case. |
![]() | CanRead | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can read JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | CanWrite | Gets a value indicating whether this Noemax.Newtonsoft.Json.JsonConverter can write JSON. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
Name | Description | |
---|---|---|
![]() | CanConvert | Overridden. Determines whether this instance can convert the specified object type. |
![]() | GetSchema | Gets the Noemax.Newtonsoft.Json.Schema.JsonSchema of the JSON produced by the JsonConverter. (Inherited from Noemax.Newtonsoft.Json.JsonConverter) |
![]() | ReadJson | Overridden. Reads the JSON representation of the object. |
![]() | WriteJson | Overridden. Writes the JSON representation of the object. |