File tree 5 files changed +9
-16
lines changed 5 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 44
44
45
45
Using the Serializer component is really simple. You just need to set up
46
46
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::
48
48
49
49
use Symfony\Component\Serializer\Serializer;
50
50
use Symfony\Component\Serializer\Encoder\XmlEncoder;
@@ -61,11 +61,6 @@ The preferred normalizer is the
61
61
but other normalizers are available. All the examples shown below use
62
62
the ``ObjectNormalizer ``.
63
63
64
- .. seealso ::
65
-
66
- Read the dedicated sections to learn more about :doc: `/components/serializer/encoders `
67
- and `Normalizers `_.
68
-
69
64
Serializing an Object
70
65
---------------------
71
66
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ A service leveraging `APCu`_ (and APC for PHP < 5.5) is built-in.
226
226
),
227
227
));
228
228
229
- Going Further with the Serializer Component
230
- -------------------------------------------
229
+ Going Further with the Serializer
230
+ ---------------------------------
231
231
232
232
`ApiPlatform `_ provides an API system supporting `JSON-LD `_ and `Hydra Core Vocabulary `_
233
233
hypermedia formats. It is built on top of the Symfony Framework and its Serializer
@@ -237,6 +237,12 @@ and a caching system.
237
237
If you want to leverage the full power of the Symfony Serializer component,
238
238
take a look at how this bundle works.
239
239
240
+ .. toctree ::
241
+ :maxdepth: 1
242
+ :glob:
243
+
244
+ serializer/*
245
+
240
246
.. _`APCu` : https://github.com/krakjoe/apcu
241
247
.. _`ApiPlatform` : https://github.com/api-platform/core
242
248
.. _`JSON-LD` : http://json-ld.org
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments