com.yy.httpproxy.serializer.PushSerializer Maven / Gradle / Ivy
package com.yy.httpproxy.serializer;
import com.yy.httpproxy.requester.RequestException;
public interface PushSerializer {
Object toObject(String topic, Object clazz, byte[] body) throws RequestException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy