### Symfony version(s) affected 4.4.20 ### Description Probaby the interface should allow to return null value as well. In case of data type ?object. https://github.com/symfony/serializer/blob/8efe86f60f594882f118a319ef8fac9353d67b84/Normalizer/DenormalizerInterface.php#L35 ### How to reproduce <img width="1770" alt="image" src="https://user-images.githubusercontent.com/20613430/163209029-c101ab0f-50ab-484a-a383-5bc457200a2f.png"> ### Possible Solution Add to interface anotation return type null ### Additional Context _No response_