public class BytesCodec extends Object implements Codec<byte[]>
static BytesCodec
INSTANCE
byte[]
decode(Payload payload)
Payload
encode(byte[] body)
Class<byte[]>
forType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDecodeFrom
public static BytesCodec INSTANCE
public Class<byte[]> forType()
forType
Decoder<byte[]>
public byte[] decode(@Nonnull Payload payload)
decode
public Payload encode(byte[] body)
encode
Encoder<byte[]>
Copyright © 2019–2022. All rights reserved.