8000
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 73b5928 commit db38badCopy full SHA for db38bad
components/serializer.rst
@@ -1093,8 +1093,9 @@ Handling Constructor Arguments
1093
------------------------------
1094
1095
If the constr 6519 uctor 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