All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cloud.tianai.rpc.remoting.codec.api.RemotingDataDecoder Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package cloud.tianai.rpc.remoting.codec.api;

/**
 * @Author: 天爱有情
 * @Date: 2020/01/05 12:34
 * @Description: 解码器
 */
public interface RemotingDataDecoder {

    T decode(byte[] data, Class clazz);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy