Class HealthConverterV3
Inheritance
System.Object
HealthConverterV3
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class HealthConverterV3 : JsonConverter<HealthEndpointResponse>
Methods
|
Edit this page
View Source
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Declaration
public override HealthEndpointResponse Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type |
Name |
Description |
Utf8JsonReader |
reader |
|
Type |
typeToConvert |
|
JsonSerializerOptions |
options |
|
Returns
|
Edit this page
View Source
Write(Utf8JsonWriter, HealthEndpointResponse, JsonSerializerOptions)
Declaration
public override void Write(Utf8JsonWriter writer, HealthEndpointResponse value, JsonSerializerOptions options)
Parameters