public class MFEnumJsonConverter : JsonConverter
MFEnumJsonConverter | Constructor. |
CanRead |
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter) |
CanWrite |
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter) |
CanConvert |
Determines whether this instance can convert the specified object type.
(Overrides JsonConverter.CanConvert(Type)) |
GetEnumName | Returns the serializable name of an enum value. |
GetEnumValue | Returns the value of an enum by the serializable name. |
ReadJson |
Reads the JSON representation of the object.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer)) |
WriteJson |
Writes the JSON representation of the object.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer)) |