Custom Vertex IDs and Serialized Graph
Just wondering if anyone has tried to use custom vertex ids and restore a serialized graph?
Then doing the converse with a
Looking at the serialized file it seems the vertex ids are present, but presumably aren't being propagated during the read?
g.io("/tmp/foo.kryo").write().iterate()Then doing the converse with a
read() but then it errors with must provide vertex id.Looking at the serialized file it seems the vertex ids are present, but presumably aren't being propagated during the read?