We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e08856 commit 5b527aeCopy full SHA for 5b527ae
cookbook/serializer.rst
@@ -101,11 +101,4 @@ Here is an example on how to load the
101
$definition->addTag('serializer.normalizer');
102
$container->setDefinition('get_set_method_normalizer', $definition);
103
104
-.. note::
105
-
106
- The :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
107
- is broken by design. As soon as you have a circular object graph, an
108
- infinite loop is created when calling the getters. You're encouraged
109
- to add your own normalizers that fit your use-case.
110
111
.. _JMSSerializerBundle: http://jmsyst.com/bundles/JMSSerializerBundle
0 commit comments