googleapis / googleapis/google-api-java-client
JacksonGenerator serializes byte[] as array of numbers
オープン
priority: p4
type: feature request
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 772
- 平均マージ
- 1時間 44分
- マージ済み PR(30日)
- 1
説明
Is this the preferred behavior?
As far as I know Jackson by default encodes `byte[]` to Base64 strings, why this change? In there any point where the array of numbers representation is useful?
I am asking because this behavior forces users to do the base64 encoding by themselves when loading [BYTES](https://cloud.google.com/bigquery/data-types) data into a BigQuery table using [`TableDataInsertAllRequest`](https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/TableDataInsertAllRequest.html).
コントリビューションガイド
評価
この issue はまだ評価されていません。