module EventMachine::Protocols::ObjectProtocol

def receive_object obj

Invoked with ruby objects received over the network
def receive_object obj
  # stub
end