public class ByteArraySerializer extends Serializer<byte[]>
Constructor and Description |
---|
ByteArraySerializer() |
Modifier and Type | Method and Description |
---|---|
io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer> |
convert(byte[] payload) |
Class<? extends byte[]> |
input() |
lookup, output
public io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer> convert(byte[] payload)
public Class<? extends byte[]> input()
Copyright © 2018–2020 SmallRye. All rights reserved.