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

com.aliyuncs.unmarshaller.Unmarshaller Maven / Gradle / Ivy

package com.aliyuncs.unmarshaller;

import com.aliyuncs.AcsResponse;
import com.aliyuncs.exceptions.ClientException;

public interface Unmarshaller {

     T unmarshal(Class clazz, String content) throws ClientException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy