Package ch.raffael.meldioc.library.codec
Interface ObjectEncoder<T>
- All Known Subinterfaces:
ObjectCodec<T>
- All Known Implementing Classes:
AbstractCharDataObjectCodec
public interface ObjectEncoder<T>
Write a Java object as HTTP response body.
-
Method Summary
Modifier and TypeMethodDescriptionio.vavr.Tuple2<byte[],ContentType> encode(T value, OutputStream target)