Skip to content

Commit 5b527ae

Browse files
committed
Removed an admonition that is no longer true for Symfony 2.6+
1 parent 5e08856 commit 5b527ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cookbook/serializer.rst

-7
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,4 @@ Here is an example on how to load the
101101
$definition->addTag('serializer.normalizer');
102102
$container->setDefinition('get_set_method_normalizer', $definition);
103103
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-
111104
.. _JMSSerializerBundle: http://jmsyst.com/bundles/JMSSerializerBundle

0 commit comments

Comments
 (0)