Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.6
-
None
-
None
Description
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();
|
Attachments
Issue Links
- is duplicated by
-
CSHARP-577 MongoDB.BSON.dll does not Serialize System.Diagnostics.EventlogEntry
-
- Closed
-