* Set the schema serializer for all routes.
(schemaCompiler: FastifySerializerCompiler<T>)
| 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. |
no outgoing calls
no test coverage detected