| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure.io | |
| org.apache.tinkerpop.gremlin.structure.io.gryo | 
| Modifier and Type | Method and Description | 
|---|---|
static Io.Builder<GryoIo> | 
IoCore.gryo()
Creates a basic Gryo-based  
Io.Builder. | 
| Modifier and Type | Method and Description | 
|---|---|
GryoIo | 
GryoIo.Builder.create()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Io.Builder<GryoIo> | 
GryoIo.build()
Create a new builder using the default version of Gryo - v3. 
 | 
static Io.Builder<GryoIo> | 
GryoIo.build(GryoVersion version)
Create a new builder using the specified version of Gryo. 
 | 
Io.Builder<GryoIo> | 
GryoIo.Builder.graph(Graph g)  | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.