Class InvalidTag.InvalidTagConverter
Converter which erases the InvalidTag during serialization and writes the JSON which it wraps.
Inheritance
System.Object
InvalidTag.InvalidTagConverter
Assembly: ItemChanger.dll
public class InvalidTagConverter : JsonConverter<InvalidTag>
Properties
|
Improve this Doc
View Source
Declaration
public override bool CanRead { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override bool CanWrite { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Declaration
public override void WriteJson(JsonWriter writer, InvalidTag value, JsonSerializer serializer)
Parameters
Type |
Name |
Description |
JsonWriter |
writer |
|
InvalidTag |
value |
|
JsonSerializer |
serializer |
|
Extension Methods