[
https://issues.apache.org/jira/browse/TINKERPOP-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez closed TINKERPOP-1202.
-----------------------------------------
Resolution: Invalid
This is not a bug. You just need to compile your traversal before talking to
{{endStep}}.
> Deserialized Traversal does not return Traversers
> -------------------------------------------------
>
> Key: TINKERPOP-1202
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1202
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.2.0-incubating
> Reporter: stephen mallette
> Assignee: Marko A. Rodriguez
> Fix For: 3.2.0-incubating
>
>
> {code}
> gremlin> t = g.V().both().barrier().both().barrier();[]
> gremlin> b = Serializer.serializeObject(t);[]
> gremlin> t1 = Serializer.deserializeObject(b)
> gremlin> t1.setGraph(graph);
> ==>null
> gremlin> x = t.asAdmin().getEndStep().hasNext()
> ==>true
> gremlin> x = t1.asAdmin().getEndStep().hasNext()
> ==>false
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)