# File lib/net/ntlm_http.rb, line 354
      def serialize
        [@value & 0x00000000ffffffff, @value >> 32].pack("V2") if @active
      end