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

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

krlawrence commented on pull request #1361:
URL: https://github.com/apache/tinkerpop/pull/1361#issuecomment-730440382


   I pulled the branch and built. Confirm the problem I reported is fixed.
   
   VOTE +1


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to