| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure.io | |
| org.apache.tinkerpop.gremlin.structure.io.graphson | 
| Modifier and Type | Method and Description | 
|---|---|
static Io.Builder<GraphSONIo> | 
IoCore.graphson()
Creates a basic GraphSON-based  
Io.Builder. | 
| Modifier and Type | Method and Description | 
|---|---|
GraphSONIo | 
GraphSONIo.Builder.create()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Io.Builder<GraphSONIo> | 
GraphSONIo.build()
Create a new builder using the default version of GraphSON. 
 | 
static Io.Builder<GraphSONIo> | 
GraphSONIo.build(GraphSONVersion version)
Create a new builder using the specified version of GraphSON. 
 | 
Io.Builder<GraphSONIo> | 
GraphSONIo.Builder.graph(Graph g)  | 
Io.Builder<GraphSONIo> | 
GraphSONIo.Builder.registry(IoRegistry registry)
Deprecated. 
 
As of release 3.2.2, replaced by  
GraphSONIo.Builder.onMapper(Consumer). | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.