Simulates an object’s over-the-wire transmission by dumping and then loading.
Parameters:
Returns:
Data that the peer would receive.
41 42 43
# File 'lib/cuboid/rpc/serializer.rb', line 41 def rpc_data( object ) load( dump( object ) ) end