[COMPASS-2902] Generate accurate and idiomatic Binary data Created: 29/May/18  Updated: 29/Oct/23  Resolved: 25/Jun/18

Status: Closed
Project: Compass
Component/s: Export to Language
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Anna Herlihy (Inactive) Assignee: Anna Herlihy (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Epic Link: COMPASS-2309
Story Points: 5
Sprint: 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});


Generated at Wed Feb 07 22:31:28 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.