API ReferenceFacepunch.ActionGraphs

TypeConverterclass

objectJsonConverter<Type>TypeConverter
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public sealed class Facepunch.ActionGraphs.TypeConverter : System.Text.Json.Serialization.JsonConverter`1<System.Type>

Constructors1

Showing 1 constructors

Methods2

Showing 2 methods

public virtual System.Type Read(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options)PUBLICVIRTUAL

ParameterTypeDescription
readerUtf8JsonReader
typeToConvertType
optionsJsonSerializerOptions
Returns:Type

public virtual void Write(System.Text.Json.Utf8JsonWriter writer, System.Type value, System.Text.Json.JsonSerializerOptions options)PUBLICVIRTUAL

ParameterTypeDescription
writerUtf8JsonWriter
valueType
optionsJsonSerializerOptions
Returns:void

Properties1

Showing 1 properties

On this page