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:
569569
570570:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer `
571571 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.
574574
575575 Objects are normalized to a map of property names to property values.
576576
577+ .. versionadded :: 3.4
578+ The ability to handle parent classes for ``PropertyNormalizer `` was
579+ introduced in Symfony 3.4.
580+
577581:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ JsonSerializableNormalizer `
578582 This normalizer works with classes that implement :phpclass: `JsonSerializable `.
579583
You can’t perform that action at this time.
0 commit comments