Class ExpandableStringEnumConverter<T>
Inheritance
ExpandableStringEnumConverter<T>
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.ResourceManager.Fluent.dll
Syntax
public class ExpandableStringEnumConverter<T> : Newtonsoft.Json.JsonConverter where T : ExpandableStringEnum<T>new()
Type Parameters
Constructors
Declaration
public ExpandableStringEnumConverter ();
Methods
Declaration
public override bool CanConvert (Type objectType);
Parameters
Returns
Declaration
public override object ReadJson (Newtonsoft.Json.JsonReader reader, Type objectType, object existingValue, Newtonsoft.Json.JsonSerializer serializer);
Parameters
Returns
Declaration
public override void WriteJson (Newtonsoft.Json.JsonWriter writer, object value, Newtonsoft.Json.JsonSerializer serializer);
Parameters