Overrides DecoderInterface::decode
public function decode($data, $format, array $context = []) : mixed { return $this->getBaseEncoder() ->decode($data, $format, $context); }