You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both GraphSON and native Traversal traversals can be converted back to text strings quite easily using the Java/Groovy client libraries. However the steps involved are not simple to figure out from the JavaDoc. It is also possible from Python and other GLV clients but needs some more work.
Would be good to add a section with examples describing how to do this.
As a start some sample Java code has been uploaded.
Both GraphSON and native Traversal traversals can be converted back to text strings quite easily using the Java/Groovy client libraries. However the steps involved are not simple to figure out from the JavaDoc. It is also possible from Python and other GLV clients but needs some more work.
Would be good to add a section with examples describing how to do this.
As a start some sample Java code has been uploaded.
https://github.com/krlawrence/graph/blob/master/sample-code/RemoteWriteText.java
The text was updated successfully, but these errors were encountered: