/* Local objects passed to remote methods must be serializable. The important thing is to be aware the normal call-by-reference mode of parameter passing is broken when passing a serializable object. */ public class largeobject implements java.io.Serializable { public double x = 3.14; }