spmallette commented on issue #1001: uses the directly field instead of getter method URL: https://github.com/apache/tinkerpop/pull/1001#issuecomment-441007515 That's not encouraging. Why are you serializing `Optional` though? Why not just serialize the `Vertex`: ```text Vertex vertex = graph.traversal().V().next(); ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
