public class ByteCodec extends Object implements Codec<Byte>
static ByteCodec
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 ByteCodec 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.