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

com.scarabsoft.jrest.converter.body.BodyConverter Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.scarabsoft.jrest.converter.body;

import java.io.UnsupportedEncodingException;

public interface BodyConverter {

    byte[] toBody(Object obj) throws UnsupportedEncodingException;

    String getMimetype();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy