public function getSerializable()

in src/router/PrefixMatching/PrefixMapOrResponder.php [44:49]


  public function getSerializable(): mixed where T as string {
    if ($this->isMap()) {
      return $this->getMap()->getSerializable();
    }
    return $this->responder;
  }