[
https://issues.apache.org/jira/browse/JENA-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177964#comment-16177964
]
ASF GitHub Bot commented on JENA-1394:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/279
JENA-1394: Add operations to serialize to and deserialize from byte arrays
https://issues.apache.org/jira/browse/JENA-1394
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena thrift-bytes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/279.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #279
----
commit 70529e1262e9cee89b6ccdc17fc2d1a05877e2f1
Author: Andy Seaborne <[email protected]>
Date: 2017-09-23T20:21:32Z
JENA-1394: Add serialize and deserialize operations
----
> Add byte[] operations to ThriftConvert
> --------------------------------------
>
> Key: JENA-1394
> URL: https://issues.apache.org/jira/browse/JENA-1394
> Project: Apache Jena
> Issue Type: Improvement
> Affects Versions: Jena 3.4.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 3.5.0
>
>
> Add Node<->byte[] operations to ThriftConvert (mainly as a way to record the
> right way to do it using Thrift).
> It is better to read/write from an input or output stream as it avoids a copy
> and some small object churn.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)