MCPcopy
hub / github.com/fastify/fastify / setSerializerCompiler

Method setSerializerCompiler

types/instance.d.ts:525–525  ·  types/instance.d.ts::FastifyInstance.setSerializerCompiler

* Set the schema serializer for all routes.

(schemaCompiler: FastifySerializerCompiler<T>)

Source from the content-addressed store, hash-verified

523 * Set the schema serializer for all routes.
524 */
525 setSerializerCompiler<T = FastifySchema>(schemaCompiler: FastifySerializerCompiler<T>): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
526
527 /**
528 * Set the schema controller for all routes.

Callers 5

setSerializerCompilerFunction · 0.65
schema.tst.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected