File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -569,11 +569,15 @@ There are several types of normalizers available:
569
569
570
570
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer `
571
571
This normalizer directly reads and writes public properties as well as
572
- **private and protected ** properties. It supports calling the constructor
573
- during the denormalization process.
572
+ **private and protected ** properties (from both the class and all of its
573
+ parent classes). It supports calling the constructor during the denormalization process.
574
574
575
575
Objects are normalized to a map of property names to property values.
576
576
577
+ .. versionadded :: 3.4
578
+ The ability to handle parent classes for ``PropertyNormalizer `` was
579
+ introduced in Symfony 3.4.
580
+
577
581
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ JsonSerializableNormalizer `
578
582
This normalizer works with classes that implement :phpclass: `JsonSerializable `.
579
583
You can’t perform that action at this time.
0 commit comments