[CSHARP-301] Deserialization of Dictionary that was serialized with nominalType object fails due to lack of type information Created: 09/Aug/11 Updated: 02/Apr/15 Resolved: 18/Oct/11 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | None |
| Affects Version/s: | 1.1 |
| Fix Version/s: | 1.3 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Robert Stam | Assignee: | Robert Stam |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
Can reproduce using this class: public class C { public ObjectId Id; public object Obj; }
and this code: collection.RemoveAll(); }; var r = collection.FindOneAs<C>(); // fails |