# File lib/cgikit/bytedata.rb, line 182
    def _dump( limit )
      Marshal.dump(bytes(), limit)
    end