Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7eb4de

Browse filesBrowse files
committed
minor #7043 [Serializer] Move the see also block in the Learn More section (dunglas)
This PR was merged into the 2.7 branch. Discussion ---------- [Serializer] Move the see also block in the Learn More section Commits ------- e1ca7bd [Serializer] Move the see also block in the Learn More section
2 parents 69cb2cc + e1ca7bd commit c7eb4de
Copy full SHA for c7eb4de

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+5-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.