Show / Hide Table of Contents

Class TaggableObject.TagListSerializer

Inheritance
object
TaggableObject.TagListSerializer
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class TaggableObject.TagListSerializer : JsonConverter<List<Tag>>

Constructors

View Source

TagListSerializer()

Declaration
public TagListSerializer()

Fields

View Source

RemoveNewProfileTags

Declaration
public bool RemoveNewProfileTags
Field Value
Type Description
bool

Properties

View Source

CanRead

Declaration
public override bool CanRead { get; }
Property Value
Type Description
bool
View Source

CanWrite

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

Methods

View Source

ReadJson(JsonReader, Type, List<Tag>?, bool, JsonSerializer)

Declaration
public override List<Tag>? ReadJson(JsonReader reader, Type objectType, List<Tag>? existingValue, bool hasExistingValue, JsonSerializer serializer)
Parameters
Type Name Description
JsonReader reader
Type objectType
List<Tag> existingValue
bool hasExistingValue
JsonSerializer serializer
Returns
Type Description
List<Tag>
View Source

WriteJson(JsonWriter, List<Tag>?, JsonSerializer)

Declaration
public override void WriteJson(JsonWriter writer, List<Tag>? value, JsonSerializer serializer)
Parameters
Type Name Description
JsonWriter writer
List<Tag> value
JsonSerializer serializer

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX