All Packages Class Hierarchy This Package Previous Next Index
Interface ncsa.habanero.BypassMarshall
- public interface BypassMarshall
This interface is used for objects who should not be marshalled
in the usual manner for some reason. As of Sept 6, 1996, only
one of these exists.
-
marshall(MarshallOutput)
- Write any information needed by the receiving object to recreate
my state.
marshall
public abstract void marshall(MarshallOutput out) throws IOException
- Write any information needed by the receiving object to recreate
my state.
All Packages Class Hierarchy This Package Previous Next Index