24252627282930
super(18, MongoTimestamp.class); } @Override protected MongoTimestamp decode(AbstractBSONCoders bson, LittleEndianDataReader reader) { return new MongoTimestamp(reader.readInt(), reader.readInt()); }