8000 Add new serializer config path · symfony/symfony-docs@d7d2a77 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7d2a77

Browse files
committed
Add new serializer config path
1 parent 66bb046 commit d7d2a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serializer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ In addition to the ``@Groups`` annotation, the Serializer component also
196196
supports Yaml or XML files. These files are automatically loaded when being
197197
stored in one of the following locations:
198198

199-
* The ``serialization.yml`` or ``serialization.xml`` file in
199+
* The ``serialization.yaml`` or ``serialization.xml`` file in
200200
the ``Resources/config/`` directory of a bundle;
201-
* All ``*.yml`` and ``*.xml`` files in the ``Resources/config/serialization/``
202-
directory of a bundle.
201+
* All ``*.yaml`` and ``*.xml`` files in the ``Resources/config/serialization/``
202+
directory of a bundle and in the ``config/serializer/`` directory of your project.
203203

204204
.. _serializer-enabling-metadata-cache:
205205

0 commit comments

Comments
 (0)
0