Skip to content

Commit 84902b0

Browse files
authored
refactor(serializer): improvement on serialization groups
1 parent a805839 commit 84902b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/messenger.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ through the transport layer, use the ``SerializerStamp`` stamp::
136136
]))
137137
);
138138

139+
.. tip::
140+
141+
Notice that the groups are applied to the whole message,
142+
be sure to define the group for every embedded object.
143+
139144
At the moment, the Symfony Messenger has the following built-in envelope stamps:
140145

141146
#. :class:`Symfony\\Component\\Messenger\\Stamp\\SerializerStamp`,

0 commit comments

Comments
 (0)