MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / serialize

Method serialize

packages/alphatab/test/PrettyFormat.ts:63–63  ·  view source on GitHub ↗
(
        val: unknown,
        config: PrettyFormatConfig,
        indentation: string,
        depth: number,
        refs: unknown[],
        printer: PrettyFormatPrinter
    )

Source from the content-addressed store, hash-verified

61 */
62interface PrettyFormatNewPlugin {
63 serialize(
64 val: unknown,
65 config: PrettyFormatConfig,
66 indentation: string,

Callers 5

printerMethod · 0.65
serializeFunction · 0.65
serializeMethod · 0.65
serializeMethod · 0.65
serializeFunction · 0.65

Implementers 4

AlphaTexAstNodePluginpackages/alphatab/test/PrettyFormat.ts
AlphaTexDiagnosticPluginpackages/alphatab/test/PrettyFormat.ts
MidiEventSerializerPluginpackages/alphatab/test/PrettyFormat.ts
ScoreSerializerPluginpackages/alphatab/test/PrettyFormat.ts

Calls

no outgoing calls

Tested by

no test coverage detected