public interface Codec
<T> T
decode(byte[] bytes)
<T> byte[]
encode(T t)
<T> byte[] encode(T t)
T
t
<T> T decode(byte[] bytes)
bytes
Copyright © 2019 Seata. All rights reserved.