Class: Object

Inherits:
BasicObject
Defined in:
lib/emrpc/util/codec.rb

Overview

TODO: allow passing undumped objects throughout the system.

Instance Method Summary collapse

Instance Method Details

#decode_b381b571_1ab2_5889_8221_855dbbc76242(host_pid) ⇒ Object



10
11
12
13
# File 'lib/emrpc/util/codec.rb', line 10

def decode_b381b571_1ab2_5889_8221_855dbbc76242(host_pid)
  # raise "TODO: decode particular objects with retrieving references from the host_pid"
  self
end

#encode_b381b571_1ab2_5889_8221_855dbbc76242(host_pid) ⇒ Object



5
6
7
8
9
# File 'lib/emrpc/util/codec.rb', line 5

def encode_b381b571_1ab2_5889_8221_855dbbc76242(host_pid)
  # raise "TODO: encode particular objects with recording references in the host_pid"
  # Use Marshal.dump by default
  self
end