writeObject

 

public void writeObject(Object obj) throws IOException;

Writes an Object into the message.

Parameters

  • obj - the Object to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14220_