public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes)
Decode t from byte[].
|
<T> byte[] |
serialize(T t)
Encode object to byte[].
|
<T> byte[] serialize(T t)
T - the type parametert - the t<T> T deserialize(byte[] bytes)
T - the type parameterbytes - the bytesCopyright © 2023 Seata. All rights reserved.