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

Appearance settings

Commit d7d2a77

Browse filesBrowse files
committed
Add new serializer config path
1 parent 66bb046 commit d7d2a77
Copy full SHA for d7d2a77

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎serializer.rst

Copy file name to clipboardExpand all lines: serializer.rst
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.