File tree 2 files changed +12
-0
lines changed 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -897,6 +897,13 @@ The Serializer component provides several built-in normalizers:
897
897
This normalizer converts :phpclass: `DateInterval ` objects into strings.
898
898
By default, it uses the ``P%yY%mM%dDT%hH%iM%sS `` format.
899
899
900
+ :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ BackedEnumNormalizer `
901
+ This normalizer converts a \B ackedEnum objects into strings or integers.
902
+
903
+ .. note ::
904
+
905
+ The PHP BackedEnum used by ``BackedEnumNormalizer `` requires at least PHP 8.1.
906
+
900
907
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ FormErrorNormalizer `
901
908
This normalizer works with classes that implement
902
909
:class: `Symfony\\ Component\\ Form\\ FormInterface `.
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ As well as the following normalizers:
76
76
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ArrayDenormalizer `
77
77
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ConstraintViolationListNormalizer `
78
78
* :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ ProblemNormalizer `
79
+ * :class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ BackedEnumNormalizer `
80
+
81
+ .. note ::
82
+
83
+ The PHP BackedEnum used by ``BackedEnumNormalizer `` requires at least PHP 8.1.
79
84
80
85
Other :ref: `built-in normalizers <component-serializer-normalizers >` and
81
86
custom normalizers and/or encoders can also be loaded by tagging them as
You can’t perform that action at this time.
0 commit comments