| 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  | GraphMLMapperThis is an "empty" implementation only present for compatibility with  Io. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphSONMapperAn extension to the standard Jackson  ObjectMapperwhich automatically registers the standardGraphSONModulefor serializingGraphelements. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphSONReader.Builder | GraphSONReader.Builder. mapper(Mapper<ObjectMapper> mapper)Override all of the  GraphSONMapperbuilder
 options with this mapper. | 
| GraphSONWriter.Builder | GraphSONWriter.Builder. mapper(Mapper<ObjectMapper> mapper)Override all of the builder options with this mapper. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GryoMapperA  Mapperimplementation for Kryo. | 
| Modifier and Type | Method and Description | 
|---|---|
| GryoReader.Builder | GryoReader.Builder. mapper(Mapper<Kryo> gryoMapper)Supply a mapper  GryoMapperinstance to use as the serializer for theKryoWriter. | 
| GryoWriter.Builder | GryoWriter.Builder. mapper(Mapper<Kryo> gryoMapper)Supply a mapper  GryoMapperinstance to use as the serializer for theKryoWriter. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.