From 98c8cfe3c1963b625b0bd076fe93449db3883e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Fr=C3=A9zet?= Date: Wed, 26 May 2021 14:43:44 +0200 Subject: [PATCH] docs: add missing serialization yaml documentation --- core/serialization.md | 167 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) diff --git a/core/serialization.md b/core/serialization.md index 9b9450d87bc..28114dbb065 100644 --- a/core/serialization.md +++ b/core/serialization.md @@ -162,6 +162,8 @@ level ignored. In the following example we use different serialization groups for the `GET` and `PUT` operations: +[codeSelector] + ```php Context Builder & Service Decoration screencast
Watch the Context Builder & Service Decoration screencast

Let's imagine a resource where most fields can be managed by any user, but some can be managed only by admin users: +[codeSelector] + ```php