diff --git a/core/serialization.md b/core/serialization.md index fb3235fc5e6..37a0ffea3f0 100644 --- a/core/serialization.md +++ b/core/serialization.md @@ -8,7 +8,7 @@ API Platform embraces and extends the Symfony Serializer Component to transform The main serialization process has two stages: -![Serializer workflow](/docs/core/images/SerializerWorkflow.png) +![Serializer workflow](/images/SerializerWorkflow.png) > 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. -- [The Symfony documentation](https://symfony.com/doc/current/components/serializer.html)