Api PointerJsonConverter
class

PointerJsonConverter

public class PointerJsonConverter : 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

PointerJsonConverter()

Methods

virtual Pointer Read(Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
virtual Void Write(Utf8JsonWriter writer, Pointer value, JsonSerializerOptions options)
Assembly: Sandbox.Engine Declaring Type: Json Full Name: Sandbox.Json.PointerJsonConverter