If a POJO is saved with a field with a null value, it ends up not being serialized in the resulting Json, causing the deserialization to fail with a missing field exception:
Could not construct new instance of: Candidate. Missing the following properties: [mothersName]
In this case, my POJO has the property `mothersName` as `null`.
- related to
-
JAVA-4927 Null property during serialization breaks deserialization with @BsonCreator
- Backlog