Package org.djutils.serialization
Class Tests.Compound
java.lang.Object
org.djutils.serialization.Tests.Compound
- All Implemented Interfaces:
org.djutils.serialization.SerializableObject<Tests.Compound>
- Enclosing class:
- Tests
static class Tests.Compound extends Object implements org.djutils.serialization.SerializableObject<Tests.Compound>
Class used to test serialization of classes that implement SerializableObject.
-
Field Summary
Fields Modifier and Type Field Description Double
doubleValue
Field 2.Integer
intValue
Field 1. -
Constructor Summary
Constructors Constructor Description Compound(int intValue, double doubleValue)
Construct a new Compound object. -
Method Summary
-
Field Details
-
intValue
Field 1. -
doubleValue
Field 2.
-
-
Constructor Details
-
Compound
Compound(int intValue, double doubleValue)Construct a new Compound object.- Parameters:
intValue
- int; the value to assign to intValuedoubleValue
- double; the value to assign to doubleValue
-
-
Method Details