Show / Hide Table of Contents

Class ModuleCollection.ModuleListDeserializer

Inheritance
System.Object
ModuleCollection.ModuleListDeserializer
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public class ModuleListDeserializer : JsonConverter<List<Module>>

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<Module>>, Boolean, 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
System.Nullable<List<Module>> existingValue
System.Boolean hasExistingValue
JsonSerializer serializer
Returns
Type Description
System.Nullable<List<Module>>
| Improve this Doc View Source

WriteJson(JsonWriter, Nullable<List<Module>>, JsonSerializer)

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

Extension Methods

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