Stephen Mallette created TINKERPOP-2479:
-------------------------------------------
Summary: 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
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)