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 StringBufferDeprecated.private charDeprecated.private static final longDeprecated.private booleanDeprecated.private intDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionSerializableFive(String one, int two, boolean three, char four, StringBuffer five) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.inthashCode()Deprecated.private voidDeprecated.private voidDeprecated.
-
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
-
readObject
Deprecated.- Throws:
IOExceptionClassNotFoundException
-
equals
-
hashCode
-