oqq__L 2021-09-09 16:19 采纳率: 83.3%
浏览 45
已结题

C#操作mongodb时,find无法序列号报错

public  class drgs_report_data
    {
        public ObjectId _id;
        public string reportContent{ get; set; }
       // public object reportContent { get { return string.Empty; } set { reportContent = string.Empty; } }
        public string _class { get; set; }
        public Int64 diseaseId { get; set; }   
        public int caseId { get; set; }
        public DateTime auditTime { get; set; }  //
        public string bigDepartment { get; set; }  
        public string chargeDoctor{ get; set; }
        public DateTime createTime { get; set; }  //
        public int dataState { get; set; }
        public DateTime dataTime { get; set; }//
}
public List<T> FindAllMore<T>() 
        {
            List<T> list = new List<T>();
            try
            {

                list = this._db.GetCollection(typeof(T).Name).FindAllAs<T>().ToList();//执行这里的时候异常了
            }
            catch (Exception ex)
            {

            }
            return list;
        }

异常信息如下:reportContent 这个字段string 的不能序列号,,请问这个要怎么改??
An error occurred while deserializing the reportContent property of class MongodbHelper.Model.drgs_report_data: Cannot deserialize string from BsonType Document.

  • 写回答

2条回答 默认 最新

  • CSDN专家-showbo 2021-09-09 16:45
    关注

    BSON是用于在MongoDB中存储文档和进行远程过程调用的二进制序列化格式


    public string reportContent{ get; set; }
    改为
    public byte[] reportContent{ get; set; }

    试试

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 9月18日
  • 已采纳回答 9月10日
  • 创建了问题 9月9日

悬赏问题

  • ¥15 JETSON NANO
  • ¥15 VS开发qt时如何在paintgl函数中用pushbutton控制切换纹理
  • ¥20 关于 openpyxl 处理excel文件地问题
  • ¥15 MS中不知道高分子的构型怎么构建模型
  • ¥60 QQOP数据,什么是op数据号,怎么提取op数据!能不能大量提取(语言-c语言)
  • ¥15 matlab代码 关于微分方程和嵌套的分段函数。
  • ¥15 onlyoffice编辑完后立即下载,下载的不是最新编辑的文档
  • ¥15 求caverdock使用教程
  • ¥15 Coze智能助手搭建过程中的问题请教
  • ¥15 12864只亮屏 不显示汉字