1
有沒有什麼方法可以序列化我的對象的私有字段,它具有在MongoDB中的DataMember屬性?MongoDB的序列化設置
string json =
item.ToJson(
new MongoDB.Bson.IO.JsonWriterSettings()
{
GuidRepresentation = GuidRepresentation.Standard,
Indent = false,
OutputMode = MongoDB.Bson.IO.JsonOutputMode.JavaScript
}
);