[ https://issues.apache.org/jira/browse/AVRO-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778550#action_12778550 ]
Doug Cutting commented on AVRO-200: ----------------------------------- Have you been following AVRO-80? My intent is to change the representation of arrays and strings in the reflect API to use built-in java types. Would that replace the need for this? > Let Utf8 implement java.io.Serializable > --------------------------------------- > > Key: AVRO-200 > URL: https://issues.apache.org/jira/browse/AVRO-200 > Project: Avro > Issue Type: Improvement > Components: java > Affects Versions: 1.2.0 > Reporter: Eelco Hillenius > Priority: Minor > Fix For: 1.2.1 > > > Is there any reason that Utf8 is not serializable? I can't think of any > problems with letting it implement the Serializable interface. Which I would > like because then I can send my Avro objects over the wire/ serialize them > with other mechanisms than Avro. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.