public class GraphBinaryIo extends Object implements Io
Io which is only used in the context of helping to configure a
GraphBinary MessageSerializer with an IoRegistry. It's methods are not implemented.Io.Builder<I extends Io>, Io.Exceptions| Constructor and Description |
|---|
GraphBinaryIo() |
| Modifier and Type | Method and Description |
|---|---|
Mapper.Builder |
mapper() |
GraphReader.ReaderBuilder |
reader() |
void |
readGraph(String file) |
void |
writeGraph(String file) |
GraphWriter.WriterBuilder |
writer() |
public GraphReader.ReaderBuilder reader()
public GraphWriter.WriterBuilder writer()
public Mapper.Builder mapper()
public void writeGraph(String file) throws IOException
writeGraph in interface IoIOExceptionpublic void readGraph(String file) throws IOException
readGraph in interface IoIOExceptionCopyright © 2013–2019 Apache Software Foundation. All rights reserved.