Bob Briody created TINKERPOP-1147:
-------------------------------------
Summary: Add serialization for TraversalExplanation
Key: TINKERPOP-1147
URL: https://issues.apache.org/jira/browse/TINKERPOP-1147
Project: TinkerPop
Issue Type: Bug
Components: io
Affects Versions: 3.1.1-incubating
Reporter: Bob Briody
When executing a traversal like the one below remotely, serialization fails
{code}
g.V().explain()
{code}
Error:
{code}
org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Error during
serialization: Class is not registered:
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
{code}
Need to add serialization handling for TraversalExplanation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)