JsonKeyValuesConverter

Namespace: uModIO

Assembly: uMod.Core.dll

Inheritance ObjectJsonConverter JsonKeyValuesConverter

Summary

A mechanism to convert a keyvalues dictionary to and from json

Constructors

Name

Summary

JsonKeyValuesConverter ()

Methods

Name

Summary

CanConvert (Type)

Returns if this converter can convert the specified type or not

ReadJson (JsonReader, Type, Object, JsonSerializer)

Reads an instance of the specified type from json

WriteJson (JsonWriter, Object, JsonSerializer)

Writes an instance of the specified type to json