schmittjoh / serializer

Library for (de-)serializing data of any complexity (supports JSON, and XML)
http://jmsyst.com/libs/serializer
MIT License
2.31k stars 591 forks source link

do not return null when no annotations or attributes are found by the… #1506

Closed goetas closed 11 months ago

goetas commented 11 months ago

This reverts a small part of https://github.com/schmittjoh/serializer/pull/1494 to minimize the BC break introduced by it.

The plan is to add the NullDriver in the chain of the bundle, and then put back this line

goetas commented 11 months ago

I'm merging this change anyway, the test failure seems unrelated