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()
Deprecated.
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 - v3.
|
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) |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.