-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Internal, Serialization
-
None
BsonClassMapsSerializer has a lot of if statements to handle difference scenarios such as whether or not constructors are used to deserialize the object.
Many of these if statements could be removed if we had specialized subclasses of BsonClassMapSerializer for different scenarios.
- is related to
-
CSHARP-4391 BsonClassMap should support deserializing structs using a constructor
- Closed