Class GryoSerializersV3.BytecodeSerializer
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BytecodeSerializer
 
 
- 
- All Implemented Interfaces:
 SerializerShim<Bytecode>
- Enclosing class:
 - GryoSerializersV3
 
public static final class GryoSerializersV3.BytecodeSerializer extends Object implements SerializerShim<Bytecode>
 
- 
- 
Constructor Summary
Constructors Constructor Description BytecodeSerializer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I extends InputShim>
Bytecoderead(KryoShim<I,?> kryo, I input, Class<Bytecode> clazz)<O extends OutputShim>
voidwrite(KryoShim<?,O> kryo, O output, Bytecode bytecode)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
isImmutable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
write
public <O extends OutputShim> void write(KryoShim<?,O> kryo, O output, Bytecode bytecode)
- Specified by:
 writein interfaceSerializerShim<Bytecode>
 
 - 
 
 -