Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Packages that use GryoIo
Package
Description
-
Uses of GryoIo in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type GryoIoModifier and TypeMethodDescriptionstatic Io.Builder<GryoIo>IoCore.gryo()Deprecated.Creates a basic Gryo-basedIo.Builder. -
Uses of GryoIo in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoIoMethods in org.apache.tinkerpop.gremlin.structure.io.gryo that return types with arguments of type GryoIoModifier and TypeMethodDescriptionstatic Io.Builder<GryoIo>GryoIo.build()Create a new builder using the default version of Gryo - v3.static Io.Builder<GryoIo>GryoIo.build(GryoVersion version) Create a new builder using the specified version of Gryo.