Package ch.raffael.meldioc.library.codec
Interface ObjectDecoder<T>
- All Known Subinterfaces:
ObjectCodec<T>
- All Known Implementing Classes:
AbstractCharDataObjectCodec
public interface ObjectDecoder<T>
Read the HTTP request body data to a Java object.
-
Method Summary
Modifier and TypeMethodDescriptiondecode(byte[] data) decode(InputStream stream) booleanisInvalidInput(Throwable exception)