Overrides EncoderInterface::encode
public function encode($data, $format, array $context = []) : string { return $this->getBaseEncoder() ->encode($data, $format, $context); }