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

com.aliyun.datahub.model.serialize.Deserializer Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.model.serialize;

import com.aliyun.datahub.exception.DatahubServiceException;

public interface Deserializer {
    public T deserialize(R1 request, R2 response) throws DatahubServiceException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy