Class Tests.Compound

java.lang.Object
org.djutils.serialization.Tests.Compound
All Implemented Interfaces:
SerializableObject<Tests.Compound>
Enclosing class:
Tests

static class Tests.Compound extends Object implements SerializableObject<Tests.Compound>
Class used to test serialization of classes that implement SerializableObject.
  • Field Details

    • intValue

      public Integer intValue
      Field 1.
    • doubleValue

      public Double doubleValue
      Field 2.
  • Constructor Details

    • Compound

      Compound(int intValue, double doubleValue)
      Construct a new Compound object.
      Parameters:
      intValue - int; the value to assign to intValue
      doubleValue - double; the value to assign to doubleValue
  • Method Details