java.lang.Object
com.thoughtworks.xstream.tools.benchmark.targets.SerializableTarget
- All Implemented Interfaces:
Target
public class SerializableTarget
extends Object
implements Target
Deprecated.
Target containing basic types using the SerializableConverter.
- Since:
- 1.4
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Deprecated.
Check whether the object for this target is equal to another one.
Deprecated.
The target to use in the metric.
-
-
Constructor Details
-
SerializableTarget
public SerializableTarget()
Deprecated.
-
Method Details
-
isEqual
public boolean isEqual(Object other)
Deprecated.
Description copied from interface: Target
Check whether the object for this target is equal to another one.
- Specified by:
isEqual in interface Target
-
target
Deprecated.
Description copied from interface: Target
The target to use in the metric.
- Specified by:
target in interface Target
-