-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1
-
Component/s: None
-
None
Can reproduce using this class:
public class C
{ public ObjectId Id; public object Obj; }and this code:
collection.RemoveAll();
var c = new C { Obj = new int[]
};
collection.Insert(c);
var r = collection.FindOneAs<C>(); // fails
- is related to
-
CSHARP-301 Deserialization of Dictionary that was serialized with nominalType object fails due to lack of type information
- Closed
-
CSHARP-429 Cannot deserialize System.Object from BsonType Array
- Closed