Package io.atleon.rabbitmq
Class LongBodySerializer
- java.lang.Object
-
- io.atleon.rabbitmq.LongBodySerializer
-
- All Implemented Interfaces:
BodySerializer<Long>,io.atleon.util.Configurable
public final class LongBodySerializer extends Object implements BodySerializer<Long>
-
-
Constructor Summary
Constructors Constructor Description LongBodySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializedBodyserialize(Long aLong)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.atleon.rabbitmq.BodySerializer
configure
-
-
-
-
Method Detail
-
serialize
public SerializedBody serialize(Long aLong)
- Specified by:
serializein interfaceBodySerializer<Long>
-
-