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