Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59F011782D for ; Thu, 26 Feb 2015 15:07:12 +0000 (UTC) Received: (qmail 54800 invoked by uid 500); 26 Feb 2015 15:07:06 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 54731 invoked by uid 500); 26 Feb 2015 15:07:06 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 54718 invoked by uid 99); 26 Feb 2015 15:07:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 15:07:06 +0000 Date: Thu, 26 Feb 2015 15:07:06 +0000 (UTC) From: "Sean Busbey (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-200) Let Utf8 implement java.io.Serializable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14338504#comment-14338504 ] Sean Busbey commented on AVRO-200: ---------------------------------- Hi [~mkanchwala]! take a look at AVRO-1502. Avro 1.8.0 hasn't been released yet, so if that ticket doesn't meet your needs there's still time to bring it up on the mailing list. > 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.3.0 > > > 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 was sent by Atlassian JIRA (v6.3.4#6332)