Skip to content

API Host StandardScriptJsonSerializer

Liu.Yandong.Hanks edited this page Aug 21, 2026 · 3 revisions

StandardScriptJsonSerializer

Default JSON serializer matching JSON.stringify-style behavior for functions and circular references.

Namespace: AuroraScript.Runtime.Serialization. Kind: class.

Back to .NET Host API Reference

Overview

Default JSON serializer matching JSON.stringify-style behavior for functions and circular references.

Quick Reference

This type has no additional listed public members; use it through its base-type API or a host configuration point.

ScriptJsonSerializer serializer = new StandardScriptJsonSerializer();
var json = serializer.Serialize(ScriptDatum.FromNumber(42));

Clone this wiki locally