# File lib/net/ntlm/string.rb, line 19
      def serialize
        if @active
          @value.to_s
        else
          ""
        end
      end