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

P does not appear to be serialized consistently in GraphSON

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.7
    • 3.2.8, 3.3.2
    • io
    • None

    Description

      P deserialization seems to expect List arguments for collection oriented operators like within and outside so P.without("x") should wrap "x" in a List for serialization purposes. This causes weirdness in some GLVs. For example in .NET we see that the use of P.without("x") fails to deserialize the bytecode, but {{P.Without(new List<string>

      {"x"}

      )}} will work fine. Just need to get this all straight and consistent.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: