-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.6
-
Component/s: None
-
None
To reproduce use these classes:
interface IWhatever { } class Whatever : IWhatever { } class Person { public IWhatever Whatever { get; set; } }
and this code:
var p = new Person(); var json = p.ToJson();
- is duplicated by
-
CSHARP-577 MongoDB.BSON.dll does not Serialize System.Diagnostics.EventlogEntry
- Closed