pyre.ipc.Marshaler¶
Module Contents¶
-
class
pyre.ipc.Marshaler.Marshaler¶ Bases:
pyre.protocolProtocol for components responsible for serializing python objects for transmission to other processes
-
recv(self, channel)¶ Extract and return one object from {channel}
-
send(self, item, channel)¶ Pack and ship {item} over {channel}
-