Skip to content

Commit 2e9cfb9

Browse files
committed
minor #5429 Promote Symfony's builtin serializer instead of JMS (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Promote Symfony's builtin serializer instead of JMS | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #5069 Commits ------- beac11e Use the built-in serializer instead of promoting JMS
2 parents 1f74e07 + beac11e commit 2e9cfb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/serializer.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ How to Use the Serializer
66

77
Serializing and deserializing to and from objects and different formats (e.g.
88
JSON or XML) is a very complex topic. Symfony comes with a
9-
:doc:`Serializer Component</components/serializer>`, which gives you some
9+
:doc:`Serializer Component </components/serializer>`, which gives you some
1010
tools that you can leverage for your solution.
1111

1212
In fact, before you start, get familiar with the serializer, normalizers
13-
and encoders by reading the :doc:`Serializer Component</components/serializer>`.
13+
and encoders by reading the :doc:`Serializer Component </components/serializer>`.
1414

1515
Activating the Serializer
1616
-------------------------
@@ -80,7 +80,7 @@ Adding Normalizers and Encoders
8080
your own normalizer.
8181

8282
Once enabled, the ``serializer`` service will be available in the container
83-
and will be loaded with two :ref:`encoders<component-serializer-encoders>`
83+
and will be loaded with two :ref:`encoders <component-serializer-encoders>`
8484
(:class:`Symfony\\Component\\Serializer\\Encoder\\JsonEncoder` and
8585
:class:`Symfony\\Component\\Serializer\\Encoder\\XmlEncoder`) and the
8686
:ref:`ObjectNormalizer normalizer <component-serializer-normalizers>`.

0 commit comments

Comments
 (0)