[
https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428974#comment-15428974
]
ASF GitHub Bot commented on TINKERPOP-1274:
-------------------------------------------
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.
> GraphSON Version 2.0
> --------------------
>
> Key: TINKERPOP-1274
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1274
> Project: TinkerPop
> Issue Type: Improvement
> Components: io
> Affects Versions: 3.1.2-incubating
> Reporter: stephen mallette
> Priority: Minor
> Fix For: 3.2.2
>
>
> Develop a revised version of GraphSON that provides better support for
> non-JVM languages that consume it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)