Show / Hide Table of Contents

Class ModuleCollection.ModuleListSerializer

Inheritance
object
ModuleCollection.ModuleListSerializer
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public class ModuleCollection.ModuleListSerializer : JsonConverter<List<Module>>

Constructors

View Source

ModuleListSerializer()

Declaration
public ModuleListSerializer()

Fields

View Source

RemoveNewProfileModules

Declaration
public bool RemoveNewProfileModules
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<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
Type Description
List<Module>
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

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