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
-
-
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.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classSerializableOne
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classSerializableOne
-
-