Show / Hide Table of Contents

Class InvalidTag.InvalidTagConverter

Converter which erases the InvalidTag during serialization and writes the JSON which it wraps.

Inheritance
System.Object
InvalidTag.InvalidTagConverter
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
public class InvalidTagConverter : JsonConverter<InvalidTag>

Properties

| Improve this Doc View Source

CanRead

Declaration
public override bool CanRead { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CanWrite

Declaration
public override bool CanWrite { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ReadJson(JsonReader, Type, InvalidTag, Boolean, JsonSerializer)

Declaration
public override InvalidTag ReadJson(JsonReader reader, Type objectType, InvalidTag existingValue, bool hasExistingValue, JsonSerializer serializer)
Parameters
Type Name Description
JsonReader reader
Type objectType
InvalidTag existingValue
System.Boolean hasExistingValue
JsonSerializer serializer
Returns
Type Description
InvalidTag
| Improve this Doc View Source

WriteJson(JsonWriter, InvalidTag, JsonSerializer)

Declaration
public override void WriteJson(JsonWriter writer, InvalidTag value, JsonSerializer serializer)
Parameters
Type Name Description
JsonWriter writer
InvalidTag value
JsonSerializer serializer

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX