Package io.atleon.rabbitmq
Interface BodySerializer<T>
-
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
ByteArrayBodySerializer,StringBodySerializer
public interface BodySerializer<T> extends Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]serialize(T t)-
Methods inherited from interface io.atleon.rabbitmq.Configurable
configure
-
-
-
-
Method Detail
-
serialize
byte[] serialize(T t)
-
-