@Deprecated
public class SerializableObjectWrapper
extends java.lang.Object
implements java.io.Externalizable
Constructor and Description |
---|
SerializableObjectWrapper()
Deprecated.
The empty constructor is required by
Externalizable . |
SerializableObjectWrapper(java.io.Serializable serializable)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(java.io.ObjectInput objectInput)
Deprecated.
|
static <T> T |
unwrap(java.lang.Object object)
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput objectOutput)
Deprecated.
|
public SerializableObjectWrapper()
Externalizable
. Do not use
this for any other purpose.public SerializableObjectWrapper(java.io.Serializable serializable)
public static <T> T unwrap(java.lang.Object object)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException