From b428e92d23c31f26579e886d2304e11a846d5335 Mon Sep 17 00:00:00 2001 From: Gabriele Martini <2662688+GabrieleMartini@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:10:54 +0100 Subject: [PATCH] Fix image path for Serializer workflow in documentation --- core/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)