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