Uses of Interface
java.io.ObjectOutput
Package
Description
Provides interfaces and classes for transferring data between and within
applications.
Provides for system input and output through data streams,
serialization and the file system.
Provides classes and interfaces for supporting the server side of RMI.
Provides the classes which implement advanced dynamic
loading.
Provides implementation support for building JShell execution engines.
-
Uses of ObjectOutput in java.awt.datatransfer
Modifier and TypeMethodDescriptionvoid
DataFlavor.writeExternal
(ObjectOutput os) Serializes thisDataFlavor
. -
Uses of ObjectOutput in java.io
Modifier and TypeClassDescriptionclass
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.Modifier and TypeMethodDescriptionabstract void
ObjectOutputStream.PutField.write
(ObjectOutput out) Deprecated.void
Externalizable.writeExternal
(ObjectOutput out) The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays. -
Uses of ObjectOutput in java.rmi.server
Modifier and TypeMethodDescriptionRemoteCall.getOutputStream()
Deprecated.no replacementRemoteCall.getResultStream
(boolean success) Deprecated.no replacementModifier and TypeMethodDescriptionRemoteRef.getRefClass
(ObjectOutput out) Returns the class name of the ref type to be serialized onto the stream 'out'.void
ObjID.write
(ObjectOutput out) Marshals a binary representation of thisObjID
to anObjectOutput
instance. -
Uses of ObjectOutput in javax.management.loading
Modifier and TypeMethodDescriptionvoid
MLet.writeExternal
(ObjectOutput out) Save this MLet's contents to the givenObjectOutput
. -
Uses of ObjectOutput in jdk.jshell.execution
Modifier and TypeMethodDescriptionstatic void
Util.forwardExecutionControl
(ExecutionControl ec, ObjectInput in, ObjectOutput out) Forward commands from the input to the specifiedExecutionControl
instance, then responses back on the output.Modifier and TypeMethodDescriptionstatic ExecutionControl
Util.remoteInputOutput
(InputStream input, OutputStream output, Map<String, OutputStream> outputStreamMap, Map<String, InputStream> inputStreamMap, BiFunction<ObjectInput, ObjectOutput, ExecutionControl> factory) Creates an ExecutionControl for given packetized input and output.ModifierConstructorDescriptionprotected
JdiExecutionControl
(ObjectOutput out, ObjectInput in) Create an instance.Creates an instance.
PutField
object in a proper format, and may result in corruption of the serialization stream.