Symfony\Component\Serializer\SerializerInterface::supportsDeserialization PHP 메소드

supportsDeserialization() 공개 메소드

Checks whether the serializer can deserialize from given format
public supportsDeserialization ( string $format ) : boolean
$format string format name
리턴 boolean
    function supportsDeserialization($format);