class DRb::DRbObject

def _dump(lv)

The URI and ref of the object are marshalled.

Marshall this object.
def _dump(lv)
  Marshal.dump([@uri, @ref])
end