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

Method serialize

javascript/packages/core/lib/fory.ts:240–242  ·  view source on GitHub ↗
(data: T, serializer: Serializer = this.anySerializer)

Source from the content-addressed store, hash-verified

238 }
239
240 serialize<T = any>(data: T, serializer: Serializer = this.anySerializer) {
241 return this.getRootSerializer(serializer)(data);
242 }
243}

Callers

nothing calls this directly

Calls 1

getRootSerializerMethod · 0.95

Tested by

no test coverage detected