public class ShadedSerializerAdapter<T>
extends <any>
Constructor and Description |
---|
ShadedSerializerAdapter(SerializerShim<T> serializer) |
Modifier and Type | Method and Description |
---|---|
T |
read(Kryo kryo,
Input input,
Class<T> aClass) |
void |
write(Kryo kryo,
Output output,
T t) |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.