Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1454

Create Serializers for Graph objects in Gremlin-Python

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.2
    • 3.3.0
    • io, python
    • None

    Description

      Right now, Gremlin-Python only supports VertexDeserializer, etc. We should add VertexSerializer. Why? So we can send vertex, edge, etc. objects in a traversal.

      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
      

      Note that the serialization simply needs to encode id only so this can be really simple to do.

      Attachments

        Activity

          People

            okram Marko A. Rodriguez
            okram Marko A. Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: