= private = protected
_dump(lv)
Marshall this object.
The URI and ref of the object are marshalled.
# File lib/drb/drb.rb, line 1037 def _dump(lv) Marshal.dump([@uri, @ref]) end