Skip to content

Commit 33e5b76

Browse files
committed
Moving files into the new structure
1 parent 2c66c83 commit 33e5b76

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

components/serializer/introduction.rst renamed to components/serializer.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Usage
4444

4545
Using the Serializer component is really simple. You just need to set up
4646
the :class:`Symfony\\Component\\Serializer\\Serializer` specifying
47-
which encoders and normalizers are going to be available::
47+
which encoders and normalizer are going to be available::
4848

4949
use Symfony\Component\Serializer\Serializer;
5050
use Symfony\Component\Serializer\Encoder\XmlEncoder;
@@ -61,11 +61,6 @@ The preferred normalizer is the
6161
but other normalizers are available. All the examples shown below use
6262
the ``ObjectNormalizer``.
6363

64-
.. seealso::
65-
66-
Read the dedicated sections to learn more about :doc:`/components/serializer/encoders`
67-
and `Normalizers`_.
68-
6964
Serializing an Object
7065
---------------------
7166

components/serializer/index.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

serializer.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ A service leveraging `APCu`_ (and APC for PHP < 5.5) is built-in.
226226
),
227227
));
228228
229-
Going Further with the Serializer Component
230-
-------------------------------------------
229+
Going Further with the Serializer
230+
---------------------------------
231231

232232
`ApiPlatform`_ provides an API system supporting `JSON-LD`_ and `Hydra Core Vocabulary`_
233233
hypermedia formats. It is built on top of the Symfony Framework and its Serializer
@@ -237,6 +237,12 @@ and a caching system.
237237
If you want to leverage the full power of the Symfony Serializer component,
238238
take a look at how this bundle works.
239239

240+
.. toctree::
241+
:maxdepth: 1
242+
:glob:
243+
244+
serializer/*
245+
240246
.. _`APCu`: https://github.com/krakjoe/apcu
241247
.. _`ApiPlatform`: https://github.com/api-platform/core
242248
.. _`JSON-LD`: http://json-ld.org
File renamed without changes.

0 commit comments

Comments
 (0)