Skip to content

Commit ee43e9b

Browse files
authored
MaxDepth: point to the official docs entry (#390)
* MaxDepth: point to the official docs entry * https
1 parent b684101 commit ee43e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ will be write only, therefore the `author` property will never be included in do
9797
The value of the `normalization_context` is passed to the Symfony Serializer during the normalization process. In the same
9898
way, `denormalization_context` is used for denormalization.
9999
You can configure groups as well as any Symfony Serializer option configurable through the context argument (e.g. the `enable_max_depth`
100-
key when using [the `@MaxDepth` annotation](https://github.com/symfony/symfony/issues/17113)).
100+
key when using [the `@MaxDepth` annotation](https://symfony.com/doc/current/components/serializer.html#handling-serialization-depth)).
101101

102102
Built-in actions and the Hydra documentation generator will leverage the specified serialization and deserialization groups
103103
to give access only to exposed properties and to guess if they are readable and/or writable.

0 commit comments

Comments
 (0)