Skip to content

Commit

Permalink
[Serializer] Move the see also block in the Learn More section
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 6, 2016
1 parent 50c8385 commit e1ca7bd
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 e1ca7bd

Please sign in to comment.