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

com.yy.httpproxy.serializer.RequestSerializer Maven / Gradle / Ivy

There is a newer version: 1.0.45
Show newest version
package com.yy.httpproxy.serializer;

import com.yy.httpproxy.requester.RequestException;

public interface RequestSerializer {

    byte[] toBinary(Class clazz, Object body);

     T toObject(Class clazz, byte[] body) throws RequestException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy