method
dump
v1_8_6_287 -
Show latest stable
- Class:
SOAP::Marshal
dump(obj, io = nil)public
No documentation available.
# File lib/soap/marshal.rb, line 28
def dump(obj, io = nil)
marshal(obj, MarshalMappingRegistry, io)
end