More Efficient Object Serialization

In current Java implementations, Remote Method Invocation is too slow for high performance computing. Since Java’s object serialization often takes 25%–50% of the time needed for a remote invocation, an essential step towards a fast RMI is to reduce the cost of serialization.