Class SerializableFive
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.model.SerializableOne
com.thoughtworks.xstream.tools.benchmark.model.SerializableFive
- All Implemented Interfaces:
Serializable
Deprecated.
As of 1.4.9 use JMH instead
Serializable class containing 5 basic types.
- Since:
- 1.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBuffer
Deprecated.private char
Deprecated.private static final long
Deprecated.private boolean
Deprecated.private int
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionSerializableFive
(String one, int two, boolean three, char four, StringBuffer five) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.int
hashCode()
Deprecated.private void
Deprecated.private void
Deprecated.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
two
private int twoDeprecated. -
three
private boolean threeDeprecated. -
four
private char fourDeprecated. -
five
Deprecated.
-
-
Constructor Details
-
SerializableFive
Deprecated.
-
-
Method Details
-
writeObject
Deprecated.- Throws:
IOException
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
equals
Deprecated.- Overrides:
equals
in classSerializableOne
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classSerializableOne
-