public final class DOTSerializationProvider<N,E> extends Object implements ModelSerializer<Graph<N,E>>
| Modifier and Type | Method and Description |
|---|---|
static <N,E> DOTSerializationProvider<N,E> |
getInstance() |
void |
writeModel(OutputStream os,
Graph<N,E> model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteModelpublic static <N,E> DOTSerializationProvider<N,E> getInstance()
public void writeModel(OutputStream os, Graph<N,E> model) throws IOException
writeModel in interface ModelSerializer<Graph<N,E>>IOExceptionCopyright © 2020. All rights reserved.