private function trySerialize(object $object) { try { return serialize($object); } catch (Throwable) { } return spl_object_id($object); }