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