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

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