Top Description Fields Constructors Methods
java.awt.dnd

pack-priv final Class SerializationTester

extends Object
Class Inheritance
Imports
java.io.OutputStream, .ObjectOutputStream, .IOException, .Serializable

Tests if an object can truly be serialized by serializing it to a null OutputStream.
Since
1.4

Field Summary

Modifier and TypeField and Description
private static ObjectOutputStream

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
pack-priv static boolean
test(Object obj)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

streamback to summary
private static ObjectOutputStream stream

Constructor Detail

SerializationTesterback to summary
private SerializationTester()

Method Detail

testback to summary
pack-priv static boolean test(Object obj)