@@ -232,7 +232,7 @@ data.
232232Context
233233-------
234234
235- Many Serializer features can be configured :doc: `using a context </serializer#serializer -context >`.
235+ Many Serializer features can be configured :doc: `using a context </serializer#serializer_serializer -context >`.
236236
237237.. _component-serializer-attributes-groups :
238238
@@ -432,6 +432,8 @@ If some serialization groups are set, only attributes allowed by those groups ca
432432
433433As for groups, attributes can be selected during both the serialization and deserialization process.
434434
435+ .. _serializer_ignoring-attributes :
436+
435437Ignoring Attributes
436438-------------------
437439
@@ -628,6 +630,8 @@ processes::
628630 $anne = $normalizer->denormalize(['first_name' => 'Anne'], 'Person');
629631 // Person object with firstName: 'Anne'
630632
633+ .. _serializer_name-conversion :
634+
631635Configure name conversion using metadata
632636~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
633637
@@ -1193,7 +1197,7 @@ Option Description Defaul
11931197Context Builders
11941198----------------
11951199
1196- Instead of passing plain PHP arrays to the :ref: `serialization context <serializer -context >`,
1200+ Instead of passing plain PHP arrays to the :ref: `serialization context <serializer_serializer -context >`,
11971201you can use "context builders" to define the context using a fluent interface::
11981202
11991203 use Symfony\Component\Serializer\Context\Encoder\CsvEncoderContextBuilder;
@@ -1396,6 +1400,8 @@ having unique identifiers::
13961400 var_dump($serializer->serialize($org, 'json'));
13971401 // {"name":"Les-Tilleuls.coop","members":[{"name":"K\u00e9vin", organization: "Les-Tilleuls.coop"}]}
13981402
1403+ .. _serializer_handling-serialization-depth :
1404+
13991405Handling Serialization Depth
14001406----------------------------
14011407
@@ -1693,6 +1699,8 @@ will be thrown. The type enforcement of the properties can be disabled by settin
16931699the serializer context option ``ObjectNormalizer::DISABLE_TYPE_ENFORCEMENT ``
16941700to ``true ``.
16951701
1702+ .. _serializer_interfaces-and-abstract-classes :
1703+
16961704Serializing Interfaces and Abstract Classes
16971705-------------------------------------------
16981706
0 commit comments