| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | GraphReader.ReaderBuilder<T extends GraphReader>Largely a marker interface for builder classes that construct a  GraphReader. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | GraphMigrator. migrateGraph(Graph fromGraph,
            Graph toGraph,
            GraphReader reader,
            GraphWriter writer)Pipe the data from one graph to another graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UnsupportedOperationException | Io.Exceptions. readerFormatIsForFullGraphSerializationOnly(Class<? extends GraphReader> clazz) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphMLReaderGraphMLReader writes the data from a GraphML stream to a graph. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphSONReaderA @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GryoReaderThe  GraphReaderfor the Gremlin Structure serialization format based on Kryo. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.