Codec conversion for list of list

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I am getting following error "readStartArray can only be called when CurrentBSONType is ARRAY, not when CurrentBSONType is NULL"

      It is trying to convert into List<List<T>>
      and data in mongo is
      [
      [

      { "id" : 10927809, }

      ,

      { "id" : 10927810, }

      ],
      null
      ]
      I am using mongo 3.6 with java async driver 3.6

            Assignee:
            Unassigned
            Reporter:
            Rohit Jain
            None
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: