/** * decode json and return native php when object is unserialized * @return string */ public function __wakeup() { return \Savant\Protocol\CJson::decode($this->storage); }