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

cloud.tianai.rpc.remoting.codec.api.RemotingDataEncoder 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:33
 * @Description: 加密器
 */
public interface RemotingDataEncoder {

    byte[] encode(Object msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy