Package io.atleon.rabbitmq
Interface BodySerializer<T>
-
- All Superinterfaces:
io.atleon.util.Configurable
- All Known Implementing Classes:
ByteArrayBodySerializer,LongBodySerializer,StringBodySerializer
public interface BodySerializer<T> extends io.atleon.util.Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializedBodyserialize(T t)
-
-
-
Method Detail
-
serialize
SerializedBody serialize(T t)
-
-