| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure | |
| org.apache.tinkerpop.gremlin.structure.io | 
| Modifier and Type | Method and Description | 
|---|---|
| default <I extends Io> | Graph. io(Io.Builder<I> builder)Construct a particular  Ioimplementation for reading and writing theGraphand other data. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | Io.Builder. graph(Graph g)Vendors use this method to supply the current instance of their  Graphto the builder. | 
| static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo> | IoCore. graphml()Creates a basic GraphML-based  Io.Builder. | 
| static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo> | IoCore. graphson()Creates a basic GraphSON-based  Io.Builder. | 
| static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo> | IoCore. gryo()Creates a basic Gryo-based  Io.Builder. | 
| Io.Builder<? extends Io> | Io.Builder. registry(IoRegistry registry)Vendors use this method to supply an  IoRegistryto theIoimplementation. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.