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

com.aliyun.mq.http.model.serialize.Serializer Maven / Gradle / Ivy

There is a newer version: 1.0.3.2
Show newest version
package com.aliyun.mq.http.model.serialize;

import java.io.InputStream;

public interface Serializer {
    InputStream serialize(T obj, String encoding) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy