# File lib/bson/bson_ruby.rb, line 93
    def self.serialize(obj, check_keys=false, move_id=false, max_bson_size=DEFAULT_MAX_BSON_SIZE)
      new(max_bson_size).serialize(obj, check_keys, move_id)
    end