This module contains custom serializer.
Return the important data needed to serialize this Request, except the `on_complete` handler, since they cannot be marshalled.
# File lib/typhoeus/request/marshal.rb, line 9 def marshal_dump (instance_variables - ['@on_complete', :@on_complete]).map do |name| [name, instance_variable_get(name)] end end
Generated with the Darkfish Rdoc Generator 2.