Class TaggableObject.TagListSerializer
Inheritance
System.Object
TaggableObject.TagListSerializer
Assembly: ItemChanger.dll
Syntax
public class TagListSerializer : JsonConverter<List<Tag>>
Fields
|
Improve this Doc
View Source
Declaration
public bool RemoveNewProfileTags
Field Value
Type |
Description |
System.Boolean |
|
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, Nullable<List<Tag>>, Boolean, 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 |
|
System.Nullable<List<Tag>> |
existingValue |
|
System.Boolean |
hasExistingValue |
|
JsonSerializer |
serializer |
|
Returns
Type |
Description |
System.Nullable<List<Tag>> |
|
|
Improve this Doc
View Source
WriteJson(JsonWriter, Nullable<List<Tag>>, JsonSerializer)
Declaration
public override void WriteJson(JsonWriter writer, List<Tag>? value, JsonSerializer serializer)
Parameters
Type |
Name |
Description |
JsonWriter |
writer |
|
System.Nullable<List<Tag>> |
value |
|
JsonSerializer |
serializer |
|
Extension Methods