Table of Contents

Method ReadJson

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ReadJson(JsonReader, Type, object?, JsonSerializer)

Reads the JSON representation of the object.

public override object? ReadJson(JsonReader reader, Type objectType, object? existingValue, JsonSerializer serializer)

Parameters

reader JsonReader

The Newtonsoft.Json.JsonReader to read from.

objectType Type

Type of the object.

existingValue object

The existing value of object being read.

serializer JsonSerializer

The calling serializer.

Returns

object

The object value.