Package org.djutils.serialization
Class ArraySerializationTest
java.lang.Object
org.djutils.serialization.AbstractSerializationTest
org.djutils.serialization.ArraySerializationTest
ArraySerializationTest tests the encoding and decoding of arrays.
Copyright (c) 2023-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test encoding and decoding of arrays.void
Test dimensions for array serializers.Methods inherited from class org.djutils.serialization.AbstractSerializationTest
compare, deepEquals0, makePrimitive
-
Constructor Details
-
ArraySerializationTest
public ArraySerializationTest()
-
-
Method Details
-
testArrays
Test encoding and decoding of arrays.- Throws:
SerializationException
- when that happens uncaught this test has failed
-
testArraySerializerDimensions
@Test public void testArraySerializerDimensions()Test dimensions for array serializers.
-