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