Returns the names of the properties that should be serialized.
string[]
public function __sleep() : array { return [ 'name', 'groups', 'maxDepth', 'serializedName', 'serializedPath', 'ignore', 'normalizationContexts', 'denormalizationContexts', ]; }