@LoadLevel(name="PROTOBUF", order=0) public class ProtobufCodec extends Object implements Codec
protected static Charset
UTF8
ProtobufCodec()
<T> T
decode(byte[] bytes)
<T> byte[]
encode(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected static final Charset UTF8
public ProtobufCodec()
public <T> byte[] encode(T t)
Codec
encode
T
t
public <T> T decode(byte[] bytes)
decode
bytes
Copyright © 2019 Seata. All rights reserved.