You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/09/29 19:55:21 UTC

[jira] [Closed] (TINKERPOP-1464) Gryo Serialization for Bytecode

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

stephen mallette closed TINKERPOP-1464.
---------------------------------------
    Resolution: Implemented

> Gryo Serialization for Bytecode
> -------------------------------
>
>                 Key: TINKERPOP-1464
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1464
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.2.2
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>             Fix For: 3.2.3
>
>
> {{Bytecode}} will serialize over gryo currently, but it does so by using GraphSON under the covers. That approach was a bit of cheat to stay on task with 3.2.2 release. The cheat worked for demonstration purposes, but it does cause some problems because the {{ObjectMapper}} was constructed locally in the {{BytecodeSerializer}} and therefore could not be updated if the user needed to pass in custom classes to it. Now that there is a pure gryo option, the user can just register gryo serializers to deal with anything that extends on {{Bytecode}}.



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