# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 20
  def initialize(charset = nil)
    super(charset)
    @textbuf = ''
    @decode_typemap = nil
  end