File tree Expand file tree Collapse file tree 5 files changed +9
-16
lines changed Expand file tree Collapse file tree 5 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 4444
4545Using the Serializer component is really simple. You just need to set up
4646the :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
6161but other normalizers are available. All the examples shown below use
6262the ``ObjectNormalizer ``.
6363
64- .. seealso ::
65-
66- Read the dedicated sections to learn more about :doc: `/components/serializer/encoders `
67- and `Normalizers `_.
68-
6964Serializing an Object
7065---------------------
7166
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.
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 `_
233233hypermedia formats. It is built on top of the Symfony Framework and its Serializer
@@ -237,6 +237,12 @@ and a caching system.
237237If you want to leverage the full power of the Symfony Serializer component,
238238take 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.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments