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