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.


Method Index

 o marshall(MarshallOutput)
Write any information needed by the receiving object to recreate my state.

Methods

 o 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