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

Commit55c4ceb

Browse files
committed
Combine component and framework docs for Serializer
1 parent3a62357 commit55c4ceb

14 files changed

+2340
-2250
lines changed

‎_build/redirection_map

Lines changed: 3 additions & 1 deletion
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

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: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp