Class SerializableFive
- java.lang.Object
-
- com.thoughtworks.xstream.tools.benchmark.model.SerializableOne
-
- com.thoughtworks.xstream.tools.benchmark.model.SerializableFive
-
- All Implemented Interfaces:
java.io.Serializable
public class SerializableFive extends SerializableOne
Deprecated.As of 1.4.9 use JMH insteadSerializable class containing 5 basic types.- Since:
- 1.4
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description SerializableFive(java.lang.String one, int two, boolean three, char four, java.lang.StringBuffer five)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
two
private int two
Deprecated.
-
three
private boolean three
Deprecated.
-
four
private char four
Deprecated.
-
five
private java.lang.StringBuffer five
Deprecated.
-
-
Method Detail
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classSerializableOne
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classSerializableOne
-
-