Skip to content

Commit 74b70d8

Browse files
committed
fix serialization
1 parent b96dc36 commit 74b70d8

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
@@ -8,7 +8,7 @@ API Platform embraces and extends the Symfony Serializer Component to transform
88

99
The main serialization process has two stages:
1010

11-
![Serializer workflow](images/SerializerWorkflow.png)
11+
![Serializer workflow](/docs/core/images/SerializerWorkflow.png)
1212

1313
> As you can see in the picture above, an array is used as a man-in-the-middle. This way, Encoders will only deal with turning specific formats into arrays and vice versa. The same way, Normalizers will deal with turning specific objects into arrays and vice versa.
1414
-- [The Symfony documentation](https://symfony.com/doc/current/components/serializer.html)

0 commit comments

Comments
 (0)