Mailgun\Deserializer\PSR7Deserializer::deserialize PHP Метод

deserialize() публичный Метод

public deserialize ( Psr\Http\Message\ResponseInterface $response, string $class ) : Psr\Http\Message\ResponseInterface
$response Psr\Http\Message\ResponseInterface
$class string
Результат Psr\Http\Message\ResponseInterface
    public function deserialize(ResponseInterface $response, $class)
    {
        return $response;
    }
PSR7Deserializer