FasterXML / FasterXML/jackson-dataformats-binary
Structured keys (Array, Object) not supported
Đang mở
cbor
- Ngôn ngữ chính
- Java
- Star
- 347
- Fork
- 156
- Merge trung bình
- 3 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 22
Mô tả
I was doing some test on my projet using your library, and an exception was thrown for a major type 4 not supported on this payload:
Diagnostic payload: {[3,0,0]:"test"}
But the major type 4 is working with this one: [{0: "0"}, {0: "1"}]
I'm using the default CBORMapper, with the method: readValues(buffer, Object.class) for this test.
Is this a problem on the library ? Or it's not supported ? In the second case, do you plan to support it in the future ?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.