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

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

Github user asfgit closed the pull request at:

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


> 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)

Reply via email to