Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3907094

Browse files
committed
Combine component and framework docs for Serializer
1 parentf644b5c commit3907094

15 files changed

+2468
-2385
lines changed

‎_build/redirection_map

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
/testing/functional_tests_assertions /testing#testing-application-assertions
526526
/components https://symfony.com/components
527527
/components/index https://symfony.com/components
528-
/serializer/normalizers /components/serializer#normalizers
528+
/serializer/normalizers /serializer#serializer-built-in-normalizers
529529
/logging/monolog_regex_based_excludes /logging/monolog_exclude_http_codes
530530
/security/named_encoders /security/named_hashers
531531
/components/inflector /components/string#inflector
@@ -566,3 +566,5 @@
566566
/messenger/dispatch_after_current_bus /messenger#messenger-transactional-messages
567567
/messenger/multiple_buses /messenger#messenger-multiple-buses
568568
/frontend/encore/server-data /frontend/server-data
569+
/components/serializer /serializer
570+
/serializer/custom_encoder /serializer/encoders#serializer-custom-encoder

‎components/property_access.rst

Lines changed: 2 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,9 @@ SerializerExtractor
458458

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp