# File lib/html5/serializer/htmlserializer.rb, line 7
    def self.serialize(stream, options = {})
      new(options).serialize(stream, options[:encoding])
    end