schmittjoh / serializer

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

Fix deserialization not initializing properties when they have a default value and the field is not found in the payload #1417

Closed joaojacome closed 2 years ago

joaojacome commented 2 years ago
Q A
Bug fix? yes
New feature? no
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets ...
License MIT
joaojacome commented 2 years ago

@goetas sorry for pinging you, but could you take a look at this one?

goetas commented 2 years ago

thank you!