Interface java.rmi.server.MarshalInput
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.rmi.server.MarshalInput

public interface MarshalInput
extends Object
extends ObjectInput
Used by generated skeletons to unmarshal the arguments and results. The methods of java.io.ObjectInput handle all of the primitive types and the methods for unmarshaling java.lang.Objects specialized to handle arrays, and Strings.

All Packages  Class Hierarchy  This Package  Previous  Next  Index