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

Method writeNoRef

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

Source from the content-addressed store, hash-verified

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;
40 write(accessor: string): string;

Callers 6

writeMethod · 0.80
writeMethod · 0.80
writeCaseValueMethod · 0.80
writeRefFunction · 0.80
toSerializerFunction · 0.80
writeFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected