Commit 910f37a2 authored by Fabien Potencier's avatar Fabien Potencier

minor #965 Update serializer.rst (ruslan-polutsygan)

This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #965).

Discussion
----------

Update serializer.rst

Before - http://i.imgur.com/hTYzHGR.png
After - http://i.imgur.com/SAPhNN7.png

Commits
-------

a8ab1f8b Update serializer.rst
parents 0a4d5c05 a8ab1f8b
......@@ -11,17 +11,17 @@ None.
Services
--------
* **serializer**: An instance of `Symfony\Component\Serializer\Serializer
* **serializer**: An instance of `Symfony\\Component\\Serializer\\Serializer
<http://api.symfony.com/master/Symfony/Component/Serializer/Serializer.html>`_.
* **serializer.encoders**: `Symfony\Component\Serializer\Encoder\JsonEncoder
* **serializer.encoders**: `Symfony\\Component\\Serializer\\Encoder\\JsonEncoder
<http://api.symfony.com/master/Symfony/Component/Serializer/Encoder/JsonEncoder.html>`_
and `Symfony\Component\Serializer\Encoder\XmlEncoder
and `Symfony\\Component\\Serializer\\Encoder\\XmlEncoder
<http://api.symfony.com/master/Symfony/Component/Serializer/Encoder/XmlEncoder.html>`_.
* **serializer.normalizers**: `Symfony\Component\Serializer\Normalizer\CustomNormalizer
* **serializer.normalizers**: `Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer
<http://api.symfony.com/master/Symfony/Component/Serializer/Normalizer/CustomNormalizer.html>`_
and `Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer
and `Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer
<http://api.symfony.com/master/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.html>`_.
Registering
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment