Class SerializableConstructorWithArguments

java.lang.Object
org.objenesis.tck.candidates.SerializableConstructorWithArguments
All Implemented Interfaces:
Serializable

public class SerializableConstructorWithArguments extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • something

      private final String something
    • another

      private final int another
  • Constructor Details

    • SerializableConstructorWithArguments

      public SerializableConstructorWithArguments(String something, int another)
  • Method Details