# File lib/mongo/protocol/msg.rb, line 102 def serialize(buffer = BSON::ByteBuffer.new, max_bson_size = nil) super add_check_sum(buffer) buffer end