117118119120121122123
* IMPORTANT: * We need to take care of the situation where a simple set is invoked (w/o getx beforehand). * The returned PUTX will call received which will overwrite the object (which we wanted to set as the value * for the line) */ this.obj = deserialize(new ByteBufferInputStream(buffer)); }
121122123124125126127