Symfony\Component\Serializer\SerializerInterface::getEncoder PHP Method

getEncoder() public method

Get the encoder for the given format
public getEncoder ( $format ) : Symfony\Component\Serializer\Encoder\EncoderInterface
return Symfony\Component\Serializer\Encoder\EncoderInterface
    function getEncoder($format);