interface
IJsonConvert
public interface IJsonConvert Allows writing JsonConverter in a more compact way, without having to pre-register them.
Methods
static virtual Object JsonRead(Utf8JsonReader reader, Type typeToConvert) static virtual Void JsonWrite(Object value, Utf8JsonWriter writer)