Class UserDefinedClassTarget

java.lang.Object
com.thoughtworks.xstream.tools.benchmark.targets.UserDefinedClassTarget
All Implemented Interfaces:
Target

public class UserDefinedClassTarget extends Object implements Target
Deprecated.
As of 1.4.9 use JMH instead
A user defined class (Person) to serialize that contains a few simple fields.
See Also:
  • Field Details

    • person

      private final Person person
      Deprecated.
  • Constructor Details

    • UserDefinedClassTarget

      public UserDefinedClassTarget()
      Deprecated.
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • target

      public Object target()
      Deprecated.
      Description copied from interface: Target
      The target to use in the metric.
      Specified by:
      target in interface Target
    • 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