s&box docs

public abstract interface Sandbox.IJsonPopulator

Objects that need to be deserialized into can implement this interface which allows them to be populated from a JSON object.

Methods

Showing 2 methods

public virtual void Deserialize(System.Text.Json.Nodes.JsonNode node)

public virtual System.Text.Json.Nodes.JsonNode Serialize()

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.IJsonPopulator

On this page