public class SerializableFive extends SerializableOne
Modifier and Type | Field and Description |
---|---|
private java.lang.StringBuffer |
five
Deprecated.
|
private char |
four
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private boolean |
three
Deprecated.
|
private int |
two
Deprecated.
|
Constructor and Description |
---|
SerializableFive(java.lang.String one,
int two,
boolean three,
char four,
java.lang.StringBuffer five)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
private void |
readObject(java.io.ObjectInputStream in)
Deprecated.
|
private void |
writeObject(java.io.ObjectOutputStream out)
Deprecated.
|
private static final long serialVersionUID
private int two
private boolean three
private char four
private java.lang.StringBuffer five
public SerializableFive(java.lang.String one, int two, boolean three, char four, java.lang.StringBuffer five)
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public boolean equals(java.lang.Object obj)
equals
in class SerializableOne
public int hashCode()
hashCode
in class SerializableOne