We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ae8d8 commit ca505aaCopy full SHA for ca505aa
src/Symfony/Component/Serializer/CHANGELOG.md
@@ -14,6 +14,8 @@ CHANGELOG
14
* Deprecate supporting denormalization for `AbstractUid` in `UidNormalizer`, use one of `AbstractUid` child class instead
15
* Deprecate denormalizing to an abstract class in `UidNormalizer`
16
* Add support for `can*()` methods to `ObjectNormalizer`
17
+ * Add `allowNormalizationOfObjectsWithoutAnyProperties` option to `PropertyNormalizer`
18
+ * Add `allowNormalizationOfObjectsWithoutAnyGetters` option to `GetSetMethodNormalizer`
19
20
6.0
21
---
0 commit comments