Interface java.rmi.server.MarshalOutput
All Packages Class Hierarchy This Package Previous Next Index
Interface java.rmi.server.MarshalOutput
- public interface MarshalOutput
- extends Object
- extends ObjectOutput
Used by generated stubs to marshal arguments and results.
The methods of java.io.ObjectOutput handle all of the primitive types
and the methods for marshaling java.lang.Objects specializing to
handle arrays, and Strings.
All Packages Class Hierarchy This Package Previous Next Index