Class SerializableOne
- java.lang.Object
-
- com.thoughtworks.xstream.tools.benchmark.model.SerializableOne
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SerializableFive
public class SerializableOne extends java.lang.Object implements java.io.SerializableDeprecated.As of 1.4.9 use JMH insteadSerializable class containing one basic types.- Since:
- 1.4
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringoneDeprecated.private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description SerializableOne(java.lang.String one)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
-
one
private java.lang.String one
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 classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-