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