Skip to content

Commit e1ca7bd

Browse files
committed
[Serializer] Move the see also block in the Learn More section
1 parent 50c8385 commit e1ca7bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/serializer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -631,11 +631,6 @@ having unique identifiers::
631631
var_dump($serializer->serialize($org, 'json'));
632632
// {"name":"Les-Tilleuls.coop","members":[{"name":"K\u00e9vin", organization: "Les-Tilleuls.coop"}]}
633633

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-
639634
Learn more
640635
----------
641636

@@ -645,5 +640,10 @@ Learn more
645640

646641
/serializer
647642

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+
648648
.. _`JMS serializer`: https://github.com/schmittjoh/serializer
649649
.. _Packagist: https://packagist.org/packages/symfony/serializer

0 commit comments

Comments
 (0)