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

se.fortnox.reactivewizard.jaxrs.params.deserializing.BodyDeserializer Maven / Gradle / Ivy

There is a newer version: 24.6.0
Show newest version
package se.fortnox.reactivewizard.jaxrs.params.deserializing;

/**
 * Parses an object out of a byte[].
 */
public interface BodyDeserializer {
    T deserialize(byte[] value) throws DeserializerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy