JobErrorCategoryConverter Class

Definition

Defines values for JobErrorCategory.

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

Constructors

JobErrorCategoryConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to JobErrorCategory.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for JobErrorCategory for serialization.

Applies to