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 d1cd14f commit 3af050cCopy full SHA for 3af050c
components/serializer.rst
@@ -595,7 +595,8 @@ Circular references are common when dealing with entity relations::
595
}
596
597
To avoid infinite loops, :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
598
-throws a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
+or :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
599
+throw a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
600
when such a case is encountered::
601
602
$member = new Member();
0 commit comments