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

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

package com.kingsoft.services.transform;

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

public interface Marshaller {

  public RequestMessage marshall(T in) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy