[ 
https://issues.apache.org/jira/browse/TINKERPOP-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP-1454:
----------------------------------------
    Component/s:     (was: language-variant)
                 python

> Create Serializers for Graph objects in Gremlin-Python
> ------------------------------------------------------
>
>                 Key: TINKERPOP-1454
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1454
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io, python
>    Affects Versions: 3.2.2
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.3.0
>
>
> Right now, Gremlin-Python only supports {{VertexDeserializer}}, etc. We 
> should add {{VertexSerializer}}. Why? So we can send vertex, edge, etc. 
> objects in a traversal.
> {code}
> v = g.V().has('name','stephen').next()
> g.V(v).out('knows').toList() // currently doesn't work
> g.withSideEffect('x',v).V().out('knows').where(neq('x')) // currently doesn't 
> work
> {code}
> Note that the serialization simply needs to encode {{id}} only so this can be 
> really simple to do.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to