League\Geotools\Cache\AbstractCache::deserialize PHP Метод

deserialize() защищенный Метод

Deserialize a json to BatchGeocoded object.
protected deserialize ( string $json ) : array
$json string The json string to deserialize to BatchGeocoded object.
Результат array The deserialized json to array.
    protected function deserialize($json)
    {
        return json_decode($json, true);
    }