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