Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
-
Packages that use Bytecode.Binding Package Description org.apache.tinkerpop.gremlin.structure.io.binary.types org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of Bytecode.Binding in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Bytecode.Binding Modifier and Type Method Description protected Bytecode.Binding
BindingSerializer. readValue(Buffer buffer, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Bytecode.Binding Modifier and Type Method Description protected void
BindingSerializer. writeValue(Bytecode.Binding value, Buffer buffer, GraphBinaryWriter context)
-
Uses of Bytecode.Binding in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Bytecode.Binding Modifier and Type Method Description <I extends InputShim>
Bytecode.BindingGryoSerializersV1.BindingSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode.Binding> clazz)
<I extends InputShim>
Bytecode.BindingGryoSerializersV3.BindingSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode.Binding> clazz)
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Bytecode.Binding Modifier and Type Method Description <O extends OutputShim>
voidGryoSerializersV1.BindingSerializer. write(KryoShim<?,O> kryo, O output, Bytecode.Binding binding)
<O extends OutputShim>
voidGryoSerializersV3.BindingSerializer. write(KryoShim<?,O> kryo, O output, Bytecode.Binding binding)
Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Bytecode.Binding Modifier and Type Method Description <I extends InputShim>
Bytecode.BindingGryoSerializersV1.BindingSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode.Binding> clazz)
<I extends InputShim>
Bytecode.BindingGryoSerializersV3.BindingSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode.Binding> clazz)
-