Uses of Class
java.io.ObjectInputStream
Package
Description
Provides classes and interfaces relating to bean context.
Provides the core classes for the Java Management Extensions.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of ObjectInputStream in java.beans.beancontext
Modifier and TypeMethodDescriptionprotected void
BeanContextServicesSupport.bcsPreDeserializationHook
(ObjectInputStream ois) Deprecated, for removal: This API element is subject to removal in a future version.called from BeanContextSupport readObject before it deserializes the children ...protected void
BeanContextSupport.bcsPreDeserializationHook
(ObjectInputStream ois) Deprecated, for removal: This API element is subject to removal in a future version.called by readObject after defaultReadObject() but prior to deserialization of any children.protected final void
BeanContextSupport.deserialize
(ObjectInputStream ois, Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.used by readObject to deserialize a collection.final void
BeanContextSupport.readChildren
(ObjectInputStream ois) Deprecated, for removal: This API element is subject to removal in a future version.When an instance of this class is used as a delegate for the implementation of the BeanContext protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization -
Uses of ObjectInputStream in javax.management
Modifier and TypeMethodDescriptiondefault ObjectInputStream
MBeanServer.deserialize
(String className, byte[] data) Deprecated.default ObjectInputStream
MBeanServer.deserialize
(String className, ObjectName loaderName, byte[] data) Deprecated.UsegetClassLoader
to obtain the class loader for deserialization.default ObjectInputStream
MBeanServer.deserialize
(ObjectName name, byte[] data) Deprecated.UsegetClassLoaderFor
to obtain the appropriate class loader for deserialization. -
Uses of ObjectInputStream in javax.swing.text
Modifier and TypeMethodDescriptionvoid
StyleContext.readAttributes
(ObjectInputStream in, MutableAttributeSet a) Context-specific handling of reading in attributesstatic void
StyleContext.readAttributeSet
(ObjectInputStream in, MutableAttributeSet a) Reads a set of attributes from the given object input stream that have been previously written out withwriteAttributeSet
.
MBeanServer.getClassLoaderRepository()
to obtain the class loader repository and use it to deserialize.