Show / Hide Table of Contents

Class Transition.TransitionDictConverter<TValue>

Inheritance
object
Transition.TransitionDictConverter<TValue>
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class Transition.TransitionDictConverter<TValue> : JsonConverter<Dictionary<Transition, TValue>>
Type Parameters
Name Description
TValue

Constructors

View Source

TransitionDictConverter()

Declaration
public TransitionDictConverter()

Methods

View Source

ReadJson(JsonReader, Type, Dictionary<Transition, TValue>?, bool, JsonSerializer)

Declaration
public override Dictionary<Transition, TValue>? ReadJson(JsonReader reader, Type objectType, Dictionary<Transition, TValue>? existingValue, bool hasExistingValue, JsonSerializer serializer)
Parameters
Type Name Description
JsonReader reader
Type objectType
Dictionary<Transition, TValue> existingValue
bool hasExistingValue
JsonSerializer serializer
Returns
Type Description
Dictionary<Transition, TValue>
View Source

WriteJson(JsonWriter, Dictionary<Transition, TValue>?, JsonSerializer)

Declaration
public override void WriteJson(JsonWriter writer, Dictionary<Transition, TValue>? value, JsonSerializer serializer)
Parameters
Type Name Description
JsonWriter writer
Dictionary<Transition, TValue> value
JsonSerializer serializer

Extension Methods

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