API ReferenceSandbox
public abstract interface Sandbox.IJsonConvert
Allows writing JsonConverter in a more compact way, without having to pre-register them.
Methods
Showing 2 methods
public static virtual object JsonRead(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert)
public static virtual void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.IJsonConvert |