cn.allbs.hj212.ser.SegmentSerializer Maven / Gradle / Ivy
package cn.allbs.hj212.ser;
import cn.allbs.hj212.config.SegmentGenerator;
import cn.allbs.hj212.exception.SegmentFormatException;
import java.io.IOException;
/**
* 功能:
*
* @author chenQi
*/
public interface SegmentSerializer {
void serialize(SegmentGenerator generator, Target target) throws IOException, SegmentFormatException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy