-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: SAMUS
-
None
Why I need to work with another abstraction if I already have JSON serialization for my classes ?
var d = new Document();
collection.Insert(d);
instead of
collection.Insert(JsonConvert.SerializeObject(myObject));