File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -631,11 +631,6 @@ having unique identifiers::
631
631
var_dump($serializer->serialize($org, 'json'));
632
632
// {"name":"Les-Tilleuls.coop","members":[{"name":"K\u00e9vin", organization: "Les-Tilleuls.coop"}]}
633
633
634
- .. seealso ::
635
-
636
- A popular alternative to the Symfony Serializer Component is the third-party
637
- library, `JMS serializer `_ (released under the Apache license, so incompatible with GPLv2 projects).
638
-
639
634
Learn more
640
635
----------
641
636
@@ -645,5 +640,10 @@ Learn more
645
640
646
641
/serializer
647
642
643
+ .. seealso ::
644
+
645
+ A popular alternative to the Symfony Serializer Component is the third-party
646
+ library, `JMS serializer `_ (released under the Apache license, so incompatible with GPLv2 projects).
647
+
648
648
.. _`JMS serializer` : https://github.com/schmittjoh/serializer
649
649
.. _Packagist : https://packagist.org/packages/symfony/serializer
You can’t perform that action at this time.
0 commit comments