public class KryoInnerSerializer extends Object implements AutoCloseable
| Constructor and Description |
|---|
KryoInnerSerializer(com.esotericsoftware.kryo.Kryo kryo) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
deserialize(byte[] bytes) |
com.esotericsoftware.kryo.Kryo |
getKryo() |
<T> byte[] |
serialize(T t) |
public KryoInnerSerializer(com.esotericsoftware.kryo.Kryo kryo)
public com.esotericsoftware.kryo.Kryo getKryo()
public <T> byte[] serialize(T t)
public <T> T deserialize(byte[] bytes)
public void close()
close in interface AutoCloseableCopyright © 2023 Seata. All rights reserved.