/**
  * @param object $object
  *
  * @return string
  */
 protected function serialize($object)
 {
     return $this->client->serialize($object);
 }