Skip to content

Commit 33232a8

Browse files
committed
minor #5075 Removed an admonition that is no longer true for Symfony 2.6+ (javiereguiluz)
This PR was merged into the 2.6 branch. Discussion ---------- Removed an admonition that is no longer true for Symfony 2.6+ | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6+ | Fixed tickets | #5069 In Symfony 2.6 and newer, circular references are no longer a problem, as explained in http://symfony.com/doc/current/components/serializer.html#handling-circular-references Commits ------- 5b527ae Removed an admonition that is no longer true for Symfony 2.6+
2 parents 236797e + 5b527ae commit 33232a8

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)