getSerie() public method

Find a tv serie by the id from thetvdb.com
public getSerie ( $serieId, $language = null ) : Serie
return Serie A serie object or false if not found
 public function getShowById($showId)
 {
     $show = $this->tvDb->getSerie($showId);
     return $show->jsonSerialize();
 }