GumpacG commented on code in PR #3428:
URL: https://github.com/apache/tinkerpop/pull/3428#discussion_r3285005449
##########
gremlin-go/driver/graphBinaryDeserializer.go:
##########
@@ -416,6 +418,194 @@ func (d *GraphBinaryDeserializer) readEdge() (*Edge,
error) {
return e, nil
}
+// readGraph reads a GraphBinary 4.0 Graph value (after the 0x10 type code +
0x00
+// value flag have already been consumed). Mirrors
org.apache.tinkerpop.gremlin.
+// structure.io.binary.types.GraphSerializer (Java).
Review Comment:
Removed. Thanks!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]