Type:
Class

Class responsible for converting between an object and its id.

This, the default implementation, uses an object's local ObjectSpace __id__ as its id. This means that an object's identification over drb remains valid only while that object instance remains alive within the server runtime.

For alternative mechanisms, see DRb::TimerIdConv in rdb/timeridconv.rb and DRbNameIdConv in sample/name.rb in the full drb distribution.

to_obj

to_obj(ref) Instance Public methods Convert an object reference id to an object

2015-04-04 01:44:50
to_id

to_id(obj) Instance Public methods Convert an object into a reference id.

2015-04-04 01:39:37