Class ByteArraySerializer
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.http.converters.Serializer<byte[]>
 - 
- io.smallrye.reactive.messaging.http.converters.ByteArraySerializer
 
 
 
- 
- All Implemented Interfaces:
 Converter<byte[],io.vertx.mutiny.core.buffer.Buffer>
public class ByteArraySerializer extends Serializer<byte[]>
 
- 
- 
Constructor Summary
Constructors Constructor Description ByteArraySerializer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer>convert(byte[] payload)Class<? extends byte[]>input()- 
Methods inherited from class io.smallrye.reactive.messaging.http.converters.Serializer
lookup, output 
 - 
 
 - 
 
- 
- 
Method Detail
- 
convert
public io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer> convert(byte[] payload)
 
- 
input
public Class<? extends byte[]> input()
 
 - 
 
 -