Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
0.11
-
None
-
None
Description
Properties with a runtime type of ObservableCollection<T> get serialized with BsonClassMapSerializer which causes the items to not be serialized. Registering EnumerableSerializer<> to be used fixes the problem. I have submitted the following pull request for consideration:
https://github.com/mongodb/mongo-csharp-driver/pull/45