Skip to content

Combine component and framework docs for Serializer #17783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
/testing/functional_tests_assertions /testing#testing-application-assertions
/components https://symfony.com/components
/components/index https://symfony.com/components
/serializer/normalizers /components/serializer#normalizers
/serializer/normalizers /serializer#serializer-built-in-normalizers
/logging/monolog_regex_based_excludes /logging/monolog_exclude_http_codes
/security/named_encoders /security/named_hashers
/components/inflector /components/string#inflector
Expand Down Expand Up @@ -566,3 +566,5 @@
/messenger/dispatch_after_current_bus /messenger#messenger-transactional-messages
/messenger/multiple_buses /messenger#messenger-multiple-buses
/frontend/encore/server-data /frontend/server-data
/components/serializer /serializer
/serializer/custom_encoder /serializer/encoders#serializer-custom-encoder
2 changes: 2 additions & 0 deletions components/property_access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ default configuration::

$propertyAccessor = PropertyAccess::createPropertyAccessor();

.. _property-access-reading-arrays:

Reading from Arrays
-------------------

Expand Down
6 changes: 3 additions & 3 deletions components/property_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ SerializerExtractor

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

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

Expand Down
Loading
Loading