API Reference / global / PointerJsonConverter PointerJsonConverterclass 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.
object → JsonConverter <Json /Pointer >→ PointerJsonConverter Namespace global Assembly Sandbox.Engine Declaration public class Sandbox . Json . PointerJsonConverter : System . Text . Json . Serialization . JsonConverter ` 1 < Sandbox . Json / Pointer > No results match this filter.
public virtual Sandbox . Json . Pointer Read ( System . Text . Json . Utf8JsonReader reader , System . Type typeToConvert , System . Text . Json . JsonSerializerOptions options ) PUBLIC VIRTUAL Parameter Type Description reader Utf8JsonReader — typeToConvert Type — options JsonSerializerOptions —
public virtual void Write ( System . Text . Json . Utf8JsonWriter writer , Sandbox . Json . Pointer value , System . Text . Json . JsonSerializerOptions options ) PUBLIC VIRTUAL Parameter Type Description writer Utf8JsonWriter — value Pointer — options JsonSerializerOptions —
No results match this filter.