GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.io.ObjectOutput | |
void | Serialize this class.
|
Classes implementing java.io.ObjectOutput | |
class | An ObjectOutputStream can be used to write objects
as well as primitive data in a platform-independent manner to an
OutputStream .
|
Methods with parameter type java.io.ObjectOutput | |
void | |
void | This method is responsible for writing the instance data of an object
to the passed in stream. |
Methods with parameter type java.io.ObjectOutput | |
String | Returns the class name of the reference type that must be written to the
given stream. |
void | Write object id as long, then the object UID .
|
Methods with return type java.io.ObjectOutput | |
ObjectOutput | |
ObjectOutput | RemoteCall.getResultStream(boolean success) |
GNU Classpath (0.95) |