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

com.qcloud.cos.internal.Unmarshaller Maven / Gradle / Ivy

The newest version!
package com.qcloud.cos.internal;

public interface Unmarshaller {

    public T unmarshall(R in) throws Exception;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy