Uploaded image for project: 'Compass '
  1. Compass
  2. COMPASS-2902

Generate accurate and idiomatic Binary data

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Export to Language
    • None
    • 5
    • Sprint Xzibit, Sprint Young Dre The Truth, Sprint Z

    Description

      Instead of extracting the data as a string, we need to extract the data as bytes so that we can generate the correct output language binary data. 

       

      Java, for example, has only signed bytes and must be constructed with:

      new BsonBinary(new byte[] {4, 6, 4, -3, -128, 0, 127});

      Attachments

        Activity

          People

            anna.herlihy@mongodb.com Anna Herlihy (Inactive)
            anna.herlihy@mongodb.com Anna Herlihy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: