Package org.djunits
Class SerializableTest
- java.lang.Object
-
- org.djunits.SerializableTest
-
public class SerializableTest extends Object
SerializableTest.java.
Copyright (c) 2003-2022 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.- Author:
- Alexander Verbraeck
-
-
Constructor Summary
Constructors Constructor Description SerializableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializableTest()Test whether non-utility classes are serializable.
-
-
-
Method Detail
-
serializableTest
public void serializableTest() throws URISyntaxException, IOException, ClassNotFoundExceptionTest whether non-utility classes are serializable.- Throws:
URISyntaxException- on I/O errorIOException- on I/O errorClassNotFoundException- when class could not be resolved
-
-