MCPcopy Create free account
hub / github.com/apache/fory / writeRef

Method writeRef

javascript/packages/core/lib/gen/serializer.ts:36–36  ·  view source on GitHub ↗
(accessor: string)

Source from the content-addressed store, hash-verified

34
35export interface SerializerGenerator {
36 writeRef(accessor: string): string;
37 writeNoRef(accessor: string): string;
38 writeRefOrNull(accessor: string, assignStmt: (v: string) => string): string;
39 writeTypeInfo(accessor: string): string;

Callers 15

writeRefMethod · 0.65
writeRefOrNullMethod · 0.65
getRootSerializerMethod · 0.65
writeMethod · 0.65
writeSpecificTypeFunction · 0.65
writeSpecificTypeMethod · 0.65
writeCaseValueMethod · 0.65
writeDynamicCaseValueMethod · 0.65
writeRefOrNullFunction · 0.65
toSerializerFunction · 0.65
writeFieldMethod · 0.65
writeMethod · 0.65

Calls

no outgoing calls

Tested by 2

writeMethod · 0.52