We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b4ba0 commit b42e4d6Copy full SHA for b42e4d6
docs/tutorials/generic_field_type/8_data_migration.md
@@ -9,7 +9,7 @@ This process is important when a field type needs to be compared for sorting and
9
Serialization allows changing objects to array by normalizing them, and then to the selected format by encoding them.
10
In reverse, deserialization changes different formats into arrays by decoding and then denormalizing them into objects.
11
12
-For more information on Serializer Components, see [Symfony documentation]([[= symfony_doc =]]/components/serializer.html).
+For more information on Serializer Components, see [Symfony documentation]([[= symfony_doc =]]/serializer.html).
13
14
## Normalization
15
0 commit comments