Package io.atleon.rabbitmq
Class ByteArrayBodySerializer
- java.lang.Object
-
- io.atleon.rabbitmq.ByteArrayBodySerializer
-
- All Implemented Interfaces:
BodySerializer<byte[]>,Configurable
public final class ByteArrayBodySerializer extends Object implements BodySerializer<byte[]>
-
-
Constructor Summary
Constructors Constructor Description ByteArrayBodySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializedBodyserialize(byte[] data)-
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(byte[] data)
- Specified by:
serializein interfaceBodySerializer<byte[]>
-
-