| Modifier and Type | Method and Description | 
|---|---|
| default <I extends Io> | Graph. io(Io.Builder<I> builder)Deprecated. 
 As of release 3.4.0, partially replaced by  GraphTraversalSource.io(String). NoticeGraphTraversalSource.io(String)doesn't support read operation fromjava.io.InputStreamor write operation tojava.io.OutputStream. Thus for readers or writers which need this functionality
 are safe to use this deprecated method. There is no intention to remove this method unless all the
 functionality is replaced by the `io` step ofGraphTraversalSource. | 
| 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<org.javatuples.Pair<Class,Object>> | IoRegistry. find(Class<? extends Io> builderClass) | 
| List<org.javatuples.Pair<Class,Object>> | AbstractIoRegistry. find(Class<? extends Io> builderClass) | 
| <S> List<org.javatuples.Pair<Class,S>> | IoRegistry. find(Class<? extends Io> builderClass,
    Class<S> serializerType) | 
| <S> List<org.javatuples.Pair<Class,S>> | 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  | GraphBinaryIoThis is a dummy implementation of  Iowhich is only used in the context of helping to configure a
 GraphBinaryMessageSerializerwith anIoRegistry. | 
| 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–2022 Apache Software Foundation. All rights reserved.