# File lib/soap/marshal.rb, line 28
    def dump(obj, io = nil)
      marshal(obj, MarshalMappingRegistry, io)
    end