Class IButtonProperties.IButtonConverter
public class IButtonProperties.IButtonConverter : JsonConverter<IButtonProperties>
- Inheritance
-
IButtonProperties.IButtonConverter
- Inherited Members
Constructors
IButtonConverter()
public IButtonConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override IButtonProperties Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
reader
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, IButtonProperties, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, IButtonProperties button, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWriterbutton
IButtonPropertiesoptions
JsonSerializerOptions