Can GraphBinary be used to save a graph to file?

Can GraphBinary be used to save graph in a file. Any example is welcome.
Solution
I think you would have to use GraphSON the way @danielcraig23 described. Or if using Java, Gryo. We simply never created GraphBinaryGraphWriter implementations because GraphBinary was built for network serialization. I suppose it could be used that way, but no one has ever really made a request to do that.
Was this page helpful?