# File lib/yajl/deflate/stream_writer.rb, line 16 def self.encode(obj, io) Yajl::Encoder.new.encode(obj, new(io)) end