Codec<LineString>, Decoder<LineString>, Encoder<LineString>public class LineStringCodec extends Object
| Constructor | Description |
|---|---|
LineStringCodec(CodecRegistry registry) |
Construct a new instance
|
| Modifier and Type | Method | Description |
|---|---|---|
T |
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,
T value,
EncoderContext encoderContext) |
Encode an instance of the type parameter
T into a BSON value. |
Class<T> |
getEncoderClass() |
Returns the Class instance that this encodes.
|
public LineStringCodec(CodecRegistry registry)
registry - the CodecRegistrypublic void encode(BsonWriter writer, T value, EncoderContext encoderContext)
EncoderT into a BSON value.public T decode(BsonReader reader, DecoderContext decoderContext)
DecoderT.public Class<T> getEncoderClass()
EncodergetEncoderClass in interface Encoder<T extends Geometry>