You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Flo Leibert (JIRA)" <ji...@apache.org> on 2009/09/28 09:59:16 UTC

[jira] Updated: (AVRO-126) Support embedded schema (de)serialization not only for files but for arbitrary byte arrays

     [ https://issues.apache.org/jira/browse/AVRO-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flo Leibert updated AVRO-126:
-----------------------------

    Attachment: AVRO-126.patch

SeekableByteArrayInput now available

> Support embedded schema (de)serialization not only for files but for arbitrary byte arrays
> ------------------------------------------------------------------------------------------
>
>                 Key: AVRO-126
>                 URL: https://issues.apache.org/jira/browse/AVRO-126
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Flo Leibert
>         Attachments: AVRO-126.patch
>
>
> While DataFileWriter can serialize to an arbitrary output stream, DataFileReader cannot. However, it's useful to allow for this. Thus, a SeekableByteArrayInput should be available to wrap a byte[] and allow for Deserialization from a byte input stream.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.