Github user okram commented on the issue:
https://github.com/apache/tinkerpop/pull/448
Cool @aholmberg ... Here are some more pointers.
https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/GraphReader.java
https://github.com/apache/tinkerpop/blob/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/GraphWriter.java
Where `readObject/writeObject` are the genero methods.
Also, you might need to update `init-code-blocks.awk` so that the docs
build.
https://github.com/apache/tinkerpop/blob/master/docs/preprocessor/awk/init-code-blocks.awk#L83
To test it -- `bin/process-docs.sh -f
docs/src/reference/gremlin-variants.asciidoc`. If you can't test it easily, no
worries. I will fiddle the `awk` and testing of doc building for you.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---