Package ch.raffael.meldioc.library.codec
Interface ObjectDecoder<T>
-
- All Known Subinterfaces:
ObjectCodec<T>
- All Known Implementing Classes:
GsonObjectCodec
public interface ObjectDecoder<T>Read the HTTP request body data to a Java object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(byte[] data)Tdecode(java.io.InputStream stream)
-