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

com.kingsoft.services.transform.Unmarshaller Maven / Gradle / Ivy

package com.kingsoft.services.transform;

import com.google.protobuf.GeneratedMessage;
import com.kingsoft.services.ResponseMessage;

public interface Unmarshaller {

  public T unmarshall(ResponseMessage in);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy