Method | Description | |
---|---|---|
deserialize ( string $json ) : array | Deserialize a json to BatchGeocoded object. | |
normalize ( League\Geotools\Batch\BatchGeocoded $object ) : array | Normalize an object to array. | |
serialize ( League\Geotools\Batch\BatchGeocoded $object ) : string | Serialize an object to json. |
Method | Description | |
---|---|---|
fixSerialization ( array $serialized ) |
protected deserialize ( string $json ) : array | ||
$json | string | The json string to deserialize to BatchGeocoded object. |
return | array | The deserialized json to array. |