| 构造器和说明 |
|---|
PolygonCodec(CodecRegistry registry)
Constructs an instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Polygon |
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,
Polygon value,
EncoderContext encoderContext)
Encode an instance of the type parameter
T into a BSON value. |
java.lang.Class<Polygon> |
getEncoderClass()
Returns the Class instance that this encodes.
|
public PolygonCodec(CodecRegistry registry)
registry - the registrypublic void encode(BsonWriter writer, Polygon value, EncoderContext encoderContext)
EncoderT into a BSON value.public java.lang.Class<Polygon> getEncoderClass()
EncodergetEncoderClass 在接口中 Encoder<Polygon>public Polygon decode(BsonReader reader, DecoderContext decoderContext)
DecoderT.