public class KryoSerializer extends Object
| Constructor and Description |
|---|
KryoSerializer(com.esotericsoftware.kryo.Kryo kryo) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes) |
com.esotericsoftware.kryo.Kryo |
getKryo() |
<T> byte[] |
serialize(T t) |
Copyright © 2024 Apache. All rights reserved.