You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serializer.rst
+8
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,18 @@ As well as the following normalizers:
72
72
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer` for objects implementing the :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` interface
73
73
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` for :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException` objects
74
74
75
+
.. versionadded:: 4.1
76
+
77
+
The ``ConstraintViolationListNormalizer`` was introduced in Symfony 4.1.
78
+
75
79
.. versionadded:: 4.3
76
80
77
81
The ``DateTimeZoneNormalizer`` was introduced in Symfony 4.3.
78
82
83
+
.. versionadded:: 4.4
84
+
85
+
The ``ProblemNormalizer`` was introduced in Symfony 4.4.
86
+
79
87
Custom normalizers and/or encoders can also be loaded by tagging them as
80
88
:ref:`serializer.normalizer <reference-dic-tags-serializer-normalizer>` and
81
89
:ref:`serializer.encoder <reference-dic-tags-serializer-encoder>`. It's also
0 commit comments