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 2020/11/27 14:40:00 UTC

[jira] [Closed] (TINKERPOP-2479) Provide a way to set a custom GraphSONMapper for :bytecode command

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

Stephen Mallette closed TINKERPOP-2479.
---------------------------------------
    Fix Version/s: 3.4.9
                   3.5.0
       Resolution: Fixed

> Provide a way to set a custom GraphSONMapper for :bytecode command
> ------------------------------------------------------------------
>
>                 Key: TINKERPOP-2479
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2479
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 3.4.8
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Major
>             Fix For: 3.5.0, 3.4.9
>
>
> Allow for something like:
> {code}
> gremlin> m = GraphSONMapper.build().create()
> ==>org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper@69d6a7cd
> gremlin> :bc config m 
> ==>Configured bytecode serializer
> {code} 
> With this fine grained control of that mapper users can add custom serializers and we will better support graph providers who might have custom classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)