| 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(Io.Builder)by the user. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | Io.Builder. graph(Graph g)Providers use this method to supply the current instance of their  Graphto the builder. | 
| Io.Builder<? extends Io> | Io.Builder. onMapper(Consumer<Mapper.Builder> onMapper)Allows a  Graphimplementation to have full control over theMapper.Builderinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<<any>> | IoRegistry. find(Class<? extends Io> builderClass) | 
| List<<any>> | AbstractIoRegistry. find(Class<? extends Io> builderClass) | 
| <S> List<<any>> | IoRegistry. find(Class<? extends Io> builderClass,
    Class<S> serializerType) | 
| <S> List<<any>> | AbstractIoRegistry. 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphMLIoConstructs GraphML IO implementations given a  GraphandIoRegistry. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | GraphMLIo.Builder. onMapper(Consumer<Mapper.Builder> onMapper) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphSONIoConstructs GraphSON IO implementations given a  GraphandIoRegistry. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | GraphSONIo.Builder. onMapper(Consumer<Mapper.Builder> onMapper) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GryoIoConstructs Gryo IO implementations given a  GraphandIoRegistry. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | GryoIo.Builder. onMapper(Consumer<Mapper.Builder> onMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends Io> | TinkerGraph. io(Io.Builder<I> builder) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.