Optimizes the serialized value to minimize storage space.
@internal
public function __sleep() : array { // Initialize "groups" option if it is not set $this->groups; return array_keys(get_object_vars($this)); }