Skip to content

Commit

Permalink
Merge pull request #1155 from ruudk/patch-2
Browse files Browse the repository at this point in the history
[Docs] Explain recursion in FileLocator
  • Loading branch information
goetas authored Jan 13, 2020
2 parents 47dc79f + d2db310 commit cb74e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ are located::

The serializer would expect the metadata files to be named like the fully qualified class names where all ``\`` are
replaced with ``.``. So, if you class would be named ``Vendor\Package\Foo``, the metadata file would need to be located
at ``$someDir/Vendor.Package.Foo.(xml|yml)``. For more information, see the :doc:`reference <reference>`.
at ``$someDir/Vendor.Package.Foo.(xml|yml)``. If not found, ``$someDir/Vendor.Package.(xml|yml)`` will be tried, then ``$someDir/Vendor.Package.(xml|yml)`` and so on. For more information, see the :doc:`reference <reference>`.

Setting a default SerializationContext factory
----------------------------------------------
Expand Down

0 comments on commit cb74e6f

Please sign in to comment.