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