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

com.yy.httpproxy.emitter.Serializer Maven / Gradle / Ivy

The newest version!
package com.yy.httpproxy.emitter;

public interface Serializer {

    Object toObject(String path, Object clazz, byte[] body) throws Exception;

    byte[] toBinary(String path, Object body) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy