We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05e4d7 commit 5c8861bCopy full SHA for 5c8861b
serializer.rst
@@ -250,7 +250,8 @@ You can now choose which groups to use when serializing::
250
251
$json = $serializer->serialize(
252
$product,
253
- 'json', ['groups' => 'show_product']
+ 'json',
254
+ ['groups' => 'show_product']
255
);
256
257
In addition to the ``@Groups`` annotation, the Serializer component also
0 commit comments