Ruby 处理 XML-RPC 消息 2015/07/23 14839 require "xmlrpc/marshal" str = XMLRPC::Marshal.dump( { 'Ruby' => 'is cool' } ) puts str p XMLRPC::Marshal.load( str )