T
- the class this serializer reads/writes from/to bytes.public interface SerializerShim<T>
Serializer
-like abstraction. See that class for method documentation.Modifier and Type | Method and Description |
---|---|
default boolean |
isImmutable() |
<I extends InputShim> |
read(KryoShim<I,?> kryo,
I input,
Class<T> clazz) |
<O extends OutputShim> |
write(KryoShim<?,O> kryo,
O output,
T object) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.