Class IRestErrorGroup.IRestErrorGroupConverter
public class IRestErrorGroup.IRestErrorGroupConverter : JsonConverter<IRestErrorGroup>
- Inheritance
-
IRestErrorGroup.IRestErrorGroupConverter
- Inherited Members
Constructors
IRestErrorGroupConverter()
public IRestErrorGroupConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override IRestErrorGroup? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, IRestErrorGroup, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, IRestErrorGroup value, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritervalueIRestErrorGroupoptionsJsonSerializerOptions