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

kikaha.urouting.api.Serializer 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 Serializer {

	 void serialize(final T object, final HttpServerExchange output, String encoding) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy