s&box docs

public class Sandbox.Json.PointerJsonConverter : System.Text.Json.Serialization.JsonConverter`1<Sandbox.Json/Pointer>

Custom JSON converter for the Pointer class that serializes a Pointer as a string and deserializes a string back into a Pointer using the Parse method.

Constructors

Showing 1 constructors

Methods

Showing 2 methods

public virtual Sandbox.Json.Pointer Read(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options)

public virtual void Write(System.Text.Json.Utf8JsonWriter writer, Sandbox.Json.Pointer value, System.Text.Json.JsonSerializerOptions options)

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Json.PointerJsonConverter

On this page