public static final class GryoSerializersV1d0.BytecodeSerializer extends Object implements SerializerShim<Bytecode>
Constructor and Description |
---|
BytecodeSerializer() |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
read(KryoShim<I,?> kryo,
I input,
Class<Bytecode> clazz) |
<O extends OutputShim> |
write(KryoShim<?,O> kryo,
O output,
Bytecode bytecode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isImmutable
public <O extends OutputShim> void write(KryoShim<?,O> kryo, O output, Bytecode bytecode)
write
in interface SerializerShim<Bytecode>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.