Github user newkek commented on the issue:

    https://github.com/apache/tinkerpop/pull/386
  
    A remark: @okram requested `TraversalExplanation` to be included in the 
list of Graph objects. I've noticed that the current `TraversalExplanation` 
Graphson serializer serializes a `Traversal`. In order to follow the 
requirement of this GraphSON2.0 type system, we would have to write a 
deserializer for the `TraversalExplanation` (there isn't currently). However, 
the current 1.0 serializer serializes the Traversal as the `toString()` of the 
Traversal's step list, which means that it is not possible to deserialize to a 
Traversal with only such info. So I believe it would be more appropriate to 
wait for TP1278 before implementing the `TraversalExplanation` ser/de and leave 
it out of the scope of this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to