A factory function that creates functions implementing the BuildHandler interface.

interface SerializeMiddleware<Input, Output> ((next, context) => SerializeHandler<Input, Output>)

Type Parameters

  • Input extends object

  • Output extends object