Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.graphml | |
org.apache.tinkerpop.gremlin.structure.io.graphson | |
org.apache.tinkerpop.gremlin.structure.io.gryo |
Modifier and Type | Class and Description |
---|---|
class |
GraphMLMapper
This is an "empty" implementation only present for compatibility with
Io . |
Modifier and Type | Class and Description |
---|---|
class |
GraphSONMapper
An extension to the standard Jackson
ObjectMapper which automatically registers the standard
GraphSONModule for serializing Graph elements. |
Modifier and Type | Method and Description |
---|---|
GraphSONReader.Builder |
GraphSONReader.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)
Override all of the
GraphSONMapper builder
options with this mapper. |
GraphSONWriter.Builder |
GraphSONWriter.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)
Override all of the builder options with this mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
GryoMapper
A
Mapper implementation for Kryo. |
Modifier and Type | Method and Description |
---|---|
GryoWriter.Builder |
GryoWriter.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)
Supply a mapper
GryoMapper instance to use as the serializer for the KryoWriter . |
GryoReader.Builder |
GryoReader.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)
Supply a mapper
GryoMapper instance to use as the serializer for the KryoWriter . |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.