EnumBaseCaseConverter Class
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Json.Converters.Enums |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Abstract |
| Inheritance |
Abstract class serving as a base converter for other enum converters in Skybrud.Essentials.
public abstract class EnumBaseCaseConverter : JsonConverter { }
Properties
| Type | Name | Summary |
|---|---|---|
| bool | CanRead (inherited from JsonConverter ) | |
| bool | CanWrite (inherited from JsonConverter ) |
Methods
|
CanConvert(Type)
(virtual)
Determines whether this instance can convert the specified object type. |
|
Reads the JSON representation of the object. |
|
Writes the JSON representation of the object. |
Inherited from JsonConverter |
|
GetSchema()
(virtual)
|