10.2. Sending and Receiving breve Objects

When sending an instance over the network, breve recreates the instance on the server machine. It recreates the object and the state of all of its variables, except that variables of type object and pointer can not be automatically maintained without special treatment. The reason for this and the solution are described in Section 9.1.