Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
3.0.2-incubating
-
None
Description
TinkerGraph supports native serialization to Gryo, meaning that you can pass a TinkerGraph directly to a Kryo object and have it serialize it - which means that it can be treated as a return object from Gremlin Server (which is nice for subgraphs).
Add the same capability for GraphSON so that non-jvm languages can take advantage of that.