We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d3fe8 commit 9f31bbbCopy full SHA for 9f31bbb
components/serializer.rst
@@ -1093,8 +1093,9 @@ Handling Constructor Arguments
1093
------------------------------
1094
1095
If the constructor of a class defines arguments, as usually happens with
1096
-`Value Objects`_, the serializer won't be able to create the object. In those
1097
-cases, use the ``default_constructor_arguments`` context option::
+`Value Objects`_, the serializer won't be able to create the object if some
+arguments are missing. In those cases, use the ``default_constructor_arguments``
1098
+context option::
1099
1100
use Symfony\Component\Serializer\Serializer;
1101
use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
0 commit comments