You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/16 14:02:59 UTC

[jira] [Commented] (TINKERPOP-1584) Add gryo serializers to support types covered in GraphSON

    [ https://issues.apache.org/jira/browse/TINKERPOP-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754494#comment-15754494 ] 

ASF GitHub Bot commented on TINKERPOP-1584:
-------------------------------------------

GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/516

    TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported.

    https://issues.apache.org/jira/browse/TINKERPOP-1584
    
    Added `ByteBuffer`, `Timestamp`, `InetAddress` and fixed serialization of `Class` (which never worked in the first place).
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1584

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/516.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 #516
    
----
commit d8180109b88872702ae169333d92bb3700103e87
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-12-16T13:39:59Z

    TINKERPOP-1584 Made Gryo support a number of classes GraphSON supported.
    
    Added ByteBuffer, Timestamp, InetAddress and fixed serialization of Class (which never worked in the first place).

----


> Add gryo serializers to support types covered in GraphSON
> ---------------------------------------------------------
>
>                 Key: TINKERPOP-1584
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1584
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.2.3
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Minor
>             Fix For: 3.2.4
>
>
> There were a handful of types supported by GraphSON that were not supported in Gryo, specifically:
> * ByteBuffer
> * Class (was registered but it never worked)
> * InetAddress
> * Timestamp



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)