Constructor | Description |
---|---|
ShortCodec() |
Modifier and Type | Method | Description |
---|---|---|
Short |
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,
Short value,
EncoderContext encoderContext) |
Encode an instance of the type parameter
T into a BSON value. |
Class<Short> |
getEncoderClass() |
Returns the Class instance that this encodes.
|
public void encode(BsonWriter writer, Short value, EncoderContext encoderContext)
Encoder
T
into a BSON value.public Short decode(BsonReader reader, DecoderContext decoderContext)
Decoder
T
.public Class<Short> getEncoderClass()
Encoder
getEncoderClass
in interface Encoder<Short>