Open ghost opened 6 years ago
It's not unreasonable to want to be able to do this. Off the top of my head, I don't recall the details of how alabama handles this stuff, so I can't really say how easy this request would be to implement, and currently I don't have time to work on this myself. You're welcome to try and submit a PR, and if you do I will find the time to review it.
Alabama 1.0.4 is not able to deserialize class object, if defaulted null fields, are not provided in JSON. For example
Can be deserialized, but
can't.
So the bellow code will throw
Is it intentional ? If not, how to enable this feature.