![JAR search and dependency download from the Maven repository](/logo.png)
com.zc.smartcity.redis.monitor.protocol.Protocol Maven / Gradle / Ivy
The newest version!
package com.zc.smartcity.redis.monitor.protocol;
import java.io.Serializable;
public interface Protocol extends Serializable {
/**
* 传输数据的统一格式化输出
* @return Serializable
*/
Serializable toExport();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy