| Constructor and Description | 
|---|
| PointCodec(CodecRegistry registry)Constructs a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Point | 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,
      Point value,
      EncoderContext encoderContext)Encode an instance of the type parameter  Tinto a BSON value. | 
| Class<Point> | getEncoderClass()Returns the Class instance that this encodes. | 
public PointCodec(CodecRegistry registry)
registry - the registrypublic void encode(BsonWriter writer, Point value, EncoderContext encoderContext)
EncoderT into a BSON value.public Class<Point> getEncoderClass()
EncodergetEncoderClass in interface Encoder<Point>public Point decode(BsonReader reader, DecoderContext decoderContext)
DecoderT.