Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
1
Description
Expected result from contentAs(Object.class) is a Java primitive / Map / List.
Actual results is the transcoder gets confused and throws "byte[] input is not supported for the JsonTranscoder!"
Instead of checking for
target.isAssignableFrom(byte[].class)
a better check would be
target.equals(byte[].class)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | New [ 10003 ] | Open [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | Couchbase SDK Workflow [ 195313 ] | Couchbase SDK Workflow with Review [ 253760 ] |