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.StringBufferfiveDeprecated.private charfourDeprecated.private static longserialVersionUIDDeprecated.private booleanthreeDeprecated.private inttwoDeprecated.
-
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 booleanequals(java.lang.Object obj)Deprecated.inthashCode()Deprecated.private voidreadObject(java.io.ObjectInputStream in)Deprecated.private voidwriteObject(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.IOExceptionDeprecated.- Throws:
java.io.IOException
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeprecated.- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classSerializableOne
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classSerializableOne
-
-