JsonKeyValuesConverter
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 ( | Returns if this converter can convert the specified type or not |
ReadJson ( | Reads an instance of the specified type from json |
WriteJson ( | Writes an instance of the specified type to json |