You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/01/15 15:02:19 UTC

[GitHub] [tinkerpop] ihoro commented on a change in pull request #1547: Add GraphBinary serialization support to gremlin-javascript

ihoro commented on a change in pull request #1547:
URL: https://github.com/apache/tinkerpop/pull/1547#discussion_r785316198



##########
File path: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.js
##########
@@ -98,6 +99,47 @@ class GraphSON2Writer {
   write(obj) {
     return JSON.stringify(this.adaptObject(obj));
   }
+

Review comment:
       Good idea, please check #1549 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org