Package org.djutils.serialization
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 Summary
Fields Modifier and Type Field Description DoubledoubleValueField 2.IntegerintValueField 1. 
- 
Constructor Summary
Constructors Constructor Description Compound(int intValue, double doubleValue)Construct a new Compound object. 
 - 
 
- 
- 
Method Detail
- 
exportAsList
public List<Object> exportAsList()
- Specified by:
 exportAsListin interfaceSerializableObject<Tests.Compound>
 
 - 
 
 -