-
Notifications
You must be signed in to change notification settings - Fork 0
API Host DebuggerScriptSerializer
Liu.Yandong.Hanks edited this page Aug 19, 2026
·
3 revisions
供调试器检查使用的 JSON 序列化器变体。
JSON serializer variant intended for debugger inspection.
命名空间:AuroraScript.Runtime.Serialization。类型:class。
Namespace:
AuroraScript.Runtime.Serialization. Kind: class.
DebuggerScriptSerializer 是公开宿主类型。通过下方签名选择调用方式;对运行时对象、生命周期和异常,应由宿主在边界处明确处理。
JSON serializer variant intended for debugger inspection.
此类型没有额外列出的公开成员;通过其基类 API 或调试器配置点使用。
This type has no additional listed public members; use it through its base-type API or a debugger configuration point.
ScriptJsonSerializer serializer = new DebuggerScriptSerializer();
var json = serializer.Serialize(ScriptDatum.FromNumber(42));AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License