What do we do when we find fields in the documents that aren't found in the Java objects we're deserializing in to? Options include:
- Skipping that document field
- Throwing an exception
- Dumping extra fields in to an optional BsonDocument on the object to hold these extra fields.
- related to
-
JAVA-3416 Add Query Deserialization Validation for unrecognized fields
- Backlog