Show / Hide Table of Contents

Class BugRepositoryConverter

Inheritance
System.Object
BugRepositoryConverter
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public class BugRepositoryConverter : JsonConverter

Fields

View Source

MalformedRepositoryError

Declaration
public static readonly string MalformedRepositoryError
Field Value
Type Description
System.String
View Source

UnsupportedRepositoryTypeError

Declaration
public const string UnsupportedRepositoryTypeError = "Unsupported Repository type in the configuration:"
Field Value
Type Description
System.String

Methods

View Source

CanConvert(Type)

Declaration
public override bool CanConvert(Type objectType)
Parameters
Type Name Description
System.Type objectType
Returns
Type Description
System.Boolean
View Source

ReadJson(JsonReader, Type, Object, JsonSerializer)

Declaration
public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
Parameters
Type Name Description
JsonReader reader
System.Type objectType
System.Object existingValue
JsonSerializer serializer
Returns
Type Description
System.Object
View Source

WriteJson(JsonWriter, Object, JsonSerializer)

Declaration
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
Parameters
Type Name Description
JsonWriter writer
System.Object value
JsonSerializer serializer
  • View Source
In This Article
Back to top Generated by DocFX