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