Class ArraySerializationTest

java.lang.Object
org.djutils.serialization.AbstractSerializationTest
org.djutils.serialization.ArraySerializationTest

public class ArraySerializationTest extends AbstractSerializationTest
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 Details

    • ArraySerializationTest

      public ArraySerializationTest()
  • Method Details

    • testArrays

      @Test public void testArrays() throws SerializationException
      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.