Overrides DataDefinition::__sleep
public function __sleep() : array { // Do not serialize the statically cached property definitions. $vars = get_object_vars($this); unset($vars['propertyDefinitions'], $vars['typedDataManager']); return array_keys($vars); }