Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SerializeHandler<Input, Output>

public

Type parameters

  • Input: object

  • Output: object

Hierarchy

  • SerializeHandler

Callable

  • Asynchronously converts an input object into an output object.

    Parameters

    • args: SerializeHandlerArguments<Input>

      An object containing a input to the command as well as any associated or previously generated execution artifacts.

    Returns Promise<SerializeHandlerOutput<Output>>