Package io.atleon.rabbitmq
Class ByteArrayBodySerializer
- java.lang.Object
-
- io.atleon.rabbitmq.ByteArrayBodySerializer
-
- All Implemented Interfaces:
BodySerializer<byte[]>,Configurable
public 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 voidconfigure(Map<String,?> properties)byte[]serialize(byte[] bytes)
-
-
-
Method Detail
-
configure
public void configure(Map<String,?> properties)
- Specified by:
configurein interfaceConfigurable
-
serialize
public byte[] serialize(byte[] bytes)
- Specified by:
serializein interfaceBodySerializer<byte[]>
-
-