Skip to content

Commit d255417

Browse files
committed
Combine component and framework docs for Serializer
1 parent 3a62357 commit d255417

14 files changed

+2423
-2251
lines changed

_build/redirection_map

+3-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
/testing/functional_tests_assertions /testing#testing-application-assertions
525525
/components https://symfony.com/components
526526
/components/index https://symfony.com/components
527-
/serializer/normalizers /components/serializer#normalizers
527+
/serializer/normalizers /serializer#serializer-built-in-normalizers
528528
/logging/monolog_regex_based_excludes /logging/monolog_exclude_http_codes
529529
/security/named_encoders /security/named_hashers
530530
/security/experimental_authenticators /security
@@ -555,3 +555,5 @@
555555
/notifier/chatters /notifier#sending-chat-messages
556556
/notifier/texters /notifier#sending-sms
557557
/notifier/events /notifier#notifier-events
558+
/components/serializer /serializer
559+
/serializer/custom_encoder /serializer/encoders#serializer-custom-encoder

components/property_access.rst

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ default configuration::
2626

2727
$propertyAccessor = PropertyAccess::createPropertyAccessor();
2828

29+
.. _property-access-reading-arrays:
30+
2931
Reading from Arrays
3032
-------------------
3133

components/property_info.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ SerializerExtractor
423423

424424
This extractor depends on the `symfony/serializer`_ library.
425425

426-
Using :ref:`groups metadata <serializer-using-serialization-groups-annotations>`
427-
from the :doc:`Serializer component </components/serializer>`,
426+
Using :ref:`groups metadata <serializer-groups-annotation>`
427+
from the :doc:`Serializer component </serializer>`,
428428
the :class:`Symfony\\Component\\PropertyInfo\\Extractor\\SerializerExtractor`
429429
provides list information. This extractor is *not* registered automatically
430430
with the ``property_info`` service in the Symfony Framework::

0 commit comments

Comments
 (0)