Custom Vertex IDs and Serialized Graph

Just wondering if anyone has tried to use custom vertex ids and restore a serialized graph?

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?
Was this page helpful?