Class ModuleCollection.ModuleListDeserializer
Inheritance
ModuleCollection.ModuleListDeserializer
Assembly: ItemChanger.dll
Syntax
public class ModuleCollection.ModuleListDeserializer : JsonConverter<List<Module>>
Constructors
View Source
ModuleListDeserializer()
Declaration
public ModuleListDeserializer()
Properties
View Source
CanRead
Declaration
public override bool CanRead { get; }
Property Value
View Source
CanWrite
Declaration
public override bool CanWrite { get; }
Property Value
Methods
View Source
ReadJson(JsonReader, Type, List<Module>?, bool, JsonSerializer)
Declaration
public override List<Module>? ReadJson(JsonReader reader, Type objectType, List<Module>? existingValue, bool hasExistingValue, JsonSerializer serializer)
Parameters
| Type |
Name |
Description |
| JsonReader |
reader |
|
| Type |
objectType |
|
| List<Module> |
existingValue |
|
| bool |
hasExistingValue |
|
| JsonSerializer |
serializer |
|
Returns
View Source
WriteJson(JsonWriter, List<Module>?, JsonSerializer)
Declaration
public override void WriteJson(JsonWriter writer, List<Module>? value, JsonSerializer serializer)
Parameters
| Type |
Name |
Description |
| JsonWriter |
writer |
|
| List<Module> |
value |
|
| JsonSerializer |
serializer |
|
Extension Methods