Condividi tramite


EndpointMonitorStatusConverter Class

Definition

Defines values for EndpointMonitorStatus.

public sealed class EndpointMonitorStatusConverter : Newtonsoft.Json.JsonConverter
type EndpointMonitorStatusConverter = class
    inherit JsonConverter
Public NotInheritable Class EndpointMonitorStatusConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
EndpointMonitorStatusConverter

Constructors

EndpointMonitorStatusConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to EndpointMonitorStatus by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to EndpointMonitorStatus.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for EndpointMonitorStatus for serialization.

Applies to