/**
  * @param string $json
  * @param string $type
  *
  * @return object
  */
 protected function deserialize($json, $type)
 {
     return $this->client->deserialize($json, $type);
 }