* Set the reply serializer for all routes.
(replySerializer: (payload: unknown, statusCode: number) => string)
| 533 | * Set the reply serializer for all routes. |
| 534 | */ |
| 535 | setReplySerializer(replySerializer: (payload: unknown, statusCode: number) => string): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 536 | |
| 537 | /* |
| 538 | * Set the schema error formatter for all routes. |
no outgoing calls
no test coverage detected