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