Uses of Interface
java.io.ObjectOutput
Packages that useObjectOutput
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 implementation support for building JShell execution engines.
Uses ofObjectOutput injava.awt.datatransfer
Methods injava.awt.datatransfer with parameters of typeObjectOutputModifier and TypeMethodDescriptionvoidDataFlavor.writeExternal(ObjectOutput os) Serializes thisDataFlavor.Uses ofObjectOutput injava.io
Classes injava.io that implementObjectOutputModifier and TypeClassDescriptionclassAn ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.Methods injava.io with parameters of typeObjectOutputModifier and TypeMethodDescriptionabstract voidObjectOutputStream.PutField.write(ObjectOutput out) Deprecated, for removal: This API element is subject to removal in a future version.This method does not write the values contained by thisPutFieldobject in a proper format, and may result in corruption of the serialization stream.voidExternalizable.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 ofObjectOutput injava.rmi.server
Methods injava.rmi.server that returnObjectOutputModifier and TypeMethodDescriptionRemoteCall.getOutputStream()Deprecated.no replacementRemoteCall.getResultStream(boolean success) Deprecated.no replacementMethods injava.rmi.server with parameters of typeObjectOutputModifier and TypeMethodDescriptionRemoteRef.getRefClass(ObjectOutput out) Returns the class name of the ref type to be serialized onto the stream 'out'.voidObjID.write(ObjectOutput out) Marshals a binary representation of thisObjIDto anObjectOutputinstance.Uses ofObjectOutput injdk.jshell.execution
Methods injdk.jshell.execution with parameters of typeObjectOutputModifier and TypeMethodDescriptionstatic voidUtil.forwardExecutionControl(ExecutionControl ec,ObjectInput in,ObjectOutput out) Forward commands from the input to the specifiedExecutionControlinstance, then responses back on the output.Method parameters injdk.jshell.execution with type arguments of typeObjectOutputModifier and TypeMethodDescriptionstaticExecutionControlUtil.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.Constructors injdk.jshell.execution with parameters of typeObjectOutputModifierConstructorDescriptionprotectedCreate an instance.Creates an instance.