[
https://issues.apache.org/jira/browse/AVRO-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thiruvalluvan M. G. updated AVRO-1665:
--------------------------------------
Component/s: spec
> Provide way to represent BYTES type using base64 encoding in JSON
> -----------------------------------------------------------------
>
> Key: AVRO-1665
> URL: https://issues.apache.org/jira/browse/AVRO-1665
> Project: Apache Avro
> Issue Type: Improvement
> Components: spec
> Affects Versions: 1.7.7
> Reporter: Konstantin Shaposhnikov
> Priority: Major
>
> Currently JsonEncoder and JsonDecoder represent BYTES type as String encoded
> using ISO-8859-1 charset.
> It would be good to provide option to use base64 encoding (e.g. using jackson
> JsonGenerator.writeBinary(byte[] data, int offset, int len) method).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)