public class CodecFactory extends Object
public static Codec getCodec(byte codec)
codec - the codepublic static <T> byte[] encode(byte codec,
T t)
T - the type parametercodec - the codect - the tpublic static <T> T decode(byte codec,
byte[] bytes)
T - the type parametercodec - the codebytes - the bytesCopyright © 2019 Seata. All rights reserved.