Package io.atleon.rabbitmq
Class ByteArrayBodyDeserializer
- java.lang.Object
-
- io.atleon.rabbitmq.ByteArrayBodyDeserializer
-
- All Implemented Interfaces:
BodyDeserializer<byte[]>,io.atleon.util.Configurable
public final class ByteArrayBodyDeserializer extends Object implements BodyDeserializer<byte[]>
-
-
Constructor Summary
Constructors Constructor Description ByteArrayBodyDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]deserialize(SerializedBody 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.BodyDeserializer
configure
-
-
-
-
Method Detail
-
deserialize
public byte[] deserialize(SerializedBody data)
- Specified by:
deserializein interfaceBodyDeserializer<byte[]>
-
-