-
Notifications
You must be signed in to change notification settings - Fork 0
API Host DebuggerScriptSerializer
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
JSON serializer variant intended for debugger inspection.
Namespace: AuroraScript.Runtime.Serialization. Kind: class.
Back to .NET Host API Reference
DebuggerScriptSerializer is a ScriptJsonSerializer implementation shaped for inspection rather than data exchange. Use it through the base-type API, or install it as the runtime serializer through EngineOptions.WithRuntime.
Note
The schema records no additional public members for this type; its surface is the inherited ScriptJsonSerializer API.
A minimal use of DebuggerScriptSerializer.
ScriptJsonSerializer serializer = new DebuggerScriptSerializer();
var json = serializer.Serialize(ScriptDatum.FromNumber(42));AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License