ibis.ipl
Interface Replacer


public interface Replacer

Object replacer, used in object serialization..


Method Summary
 java.lang.Object replace(java.lang.Object v)
          Replaces an object.
 

Method Detail

replace

public java.lang.Object replace(java.lang.Object v)
Replaces an object. To be used when serializing an object, to determine if the object should be replaced with a stub. If so, the replace method returns the stub, otherwise it returns the parameter object.

Parameters:
v - the object to be replaced
Returns:
the replaced object.


The Ibis project