public final class IoCore extends Object
Io.Builder implementations enabling a bit of shorthand syntax by importing these
 methods statically.| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo> | graphml()Creates a basic GraphML-based  Io.Builder. | 
| static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo> | graphson()Creates a basic GraphSON-based  Io.Builder. | 
| static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo> | gryo()Creates a basic Gryo-based  Io.Builder. | 
public static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo> graphml()
Io.Builder.public static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo> graphson()
Io.Builder.public static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo> gryo()
Io.Builder.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.