This SerialPipe class inherits from the
TypePipe class. Includes the pipeAll method which
provides a default pipelining implementation.
SerialPipeSerialPipe$new()
This class inherits from TypePipe and implements the
pipeAll abstract function.
pipeAll:
implementation of the pipeAll function provided by the super class
(TypePipe). In this case, the pipeAll function is called
so that the default pipelining is executed.
This class uses the default implementation provided by its parent class
(TypePipe) and handles all the unexpected errors that may
appear during the execution of the pipelining process.