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

cn.allbs.hj212.deser.T212Deserializer Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package cn.allbs.hj212.deser;

import cn.allbs.hj212.exception.T212FormatException;
import cn.allbs.hj212.format.T212Parser;

import java.io.IOException;

/**
 * 功能: T212反序列化器
 *
 * @author chenQi
 */
public interface T212Deserializer {

    Target deserialize(T212Parser parser) throws IOException, T212FormatException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy