require "xmlrpc/marshal"str = XMLRPC::Marshal.dump( { 'Ruby' => 'is cool' } )puts strp XMLRPC::Marshal.load( str )