Share via


KindConverter Class

Definition

Defines values for Kind.

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

Constructors

KindConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to Kind.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for Kind for serialization.

Applies to