Skip to content

Commit

Permalink
minor #7043 [Serializer] Move the see also block in the Learn More se…
Browse files Browse the repository at this point in the history
…ction (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
  • Loading branch information
xabbuh committed Oct 14, 2016
2 parents 69cb2cc + e1ca7bd commit c7eb4de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -631,11 +631,6 @@ having unique identifiers::
var_dump($serializer->serialize($org, 'json'));
// {"name":"Les-Tilleuls.coop","members":[{"name":"K\u00e9vin", organization: "Les-Tilleuls.coop"}]}

.. seealso::

A popular alternative to the Symfony Serializer Component is the third-party
library, `JMS serializer`_ (released under the Apache license, so incompatible with GPLv2 projects).

Learn more
----------

Expand All @@ -645,5 +640,10 @@ Learn more

/serializer

.. seealso::

A popular alternative to the Symfony Serializer Component is the third-party
library, `JMS serializer`_ (released under the Apache license, so incompatible with GPLv2 projects).

.. _`JMS serializer`: https://github.com/schmittjoh/serializer
.. _Packagist: https://packagist.org/packages/symfony/serializer

0 comments on commit c7eb4de

Please sign in to comment.