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

kikaha.urouting.api.Unserializer Maven / Gradle / Ivy

There is a newer version: 2.1.10.Final
Show newest version
package kikaha.urouting.api;

import java.io.IOException;
import io.undertow.server.HttpServerExchange;

public interface Unserializer {

	 T unserialize( final HttpServerExchange input, final Class targetClass, byte[] body, String encoding ) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy