Prevents unnecessary serialization of constraint objects.
array The properties to serialize.
public function __sleep() : array { return [ 'name', 'project', 'constraintString', ]; }