All Packages Class Hierarchy This Package Previous Next Index
Interface ncsa.habanero.Marshallable
- public interface Marshallable
- extends Serializable
This is the interface any object which needs to be marshalled (ie
sent across the network) has to implement. Basically, marshallSelf
should snapshot the state in such a way that unmarshallSelf can
recreate that state in a new object.
All Packages Class Hierarchy This Package Previous Next Index