Constructor and Description |
---|
DoubleCodec() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
decode(BsonReader reader,
DecoderContext decoderContext)
Decodes a BSON value from the given reader into an instance of the type parameter
T . |
void |
encode(BsonWriter writer,
java.lang.Double value,
EncoderContext encoderContext)
Encode an instance of the type parameter
T into a BSON value. |
java.lang.Class<java.lang.Double> |
getEncoderClass()
Returns the Class instance that this encodes.
|
public void encode(BsonWriter writer, java.lang.Double value, EncoderContext encoderContext)
Encoder
T
into a BSON value.public java.lang.Double decode(BsonReader reader, DecoderContext decoderContext)
Decoder
T
.public java.lang.Class<java.lang.Double> getEncoderClass()
Encoder
getEncoderClass
in interface Encoder<java.lang.Double>
Copyright © 2010 - 2020 Adobe. All Rights Reserved