-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Serialization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In 1.x we have the following booleans to configure what kind of checking a BsonWriter should do on element names when WriteName is called:
- CheckElementNames
- CheckUpdateDocument
These should be replaced with a single ElementNameValidator property (of type IElementNameValidator) where the caller supplies the validator that suits the caller's needs.