| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure | |
| org.apache.tinkerpop.gremlin.structure.io | 
| Modifier and Type | Method and Description | 
|---|---|
| default <I extends Io> | Graph. io(Io.Builder<I> builder)Construct a particular  Ioimplementation for reading and writing theGraphand other data. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Io.Builder<I extends Io>Helps to construct an  Ioimplementation and should be implemented by every such implementation as
 that class will be passed toGraph#io(Builder)by the user. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | Io.Builder. graph(Graph g)Vendors use this method to supply the current instance of their  Graphto the builder. | 
| Io.Builder<? extends Io> | Io.Builder. registry(IoRegistry registry)Vendors use this method to supply an  IoRegistryto theIoimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<org.javatuples.Pair<Class,Object>> | AbstractIoRegistry. find(Class<? extends Io> builderClass) | 
| List<org.javatuples.Pair<Class,Object>> | IoRegistry. find(Class<? extends Io> builderClass) | 
| <S> List<org.javatuples.Pair<Class,S>> | AbstractIoRegistry. find(Class<? extends Io> builderClass,
    Class<S> serializerType) | 
| <S> List<org.javatuples.Pair<Class,S>> | IoRegistry. find(Class<? extends Io> builderClass,
    Class<S> serializerType) | 
| protected void | AbstractIoRegistry. register(Class<? extends Io> ioClass,
        Class clazz,
        Object serializer)Add a "serializer" for the  Mapper. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.