Class TestTextSerializers

java.lang.Object
org.djutils.data.TestTextSerializers

public class TestTextSerializers
extends Object
TestTextSerializers tests the (de)serialization of the different classes from/into text.

Copyright (c) 2020-2020 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, Peter Knoppers, Wouter Schakel
  • Constructor Details

  • Method Details

    • testPrimitiveSerializers

      public void testPrimitiveSerializers() throws org.djutils.data.serialization.TextSerializationException
      Test the serializers of the primitive types.
      Throws:
      org.djutils.data.serialization.TextSerializationException - when serializer could not be found
    • testNumberSerializers

      public void testNumberSerializers() throws org.djutils.data.serialization.TextSerializationException
      Test the serializers of the Number types, Boolean and Character.
      Throws:
      org.djutils.data.serialization.TextSerializationException - when serializer could not be found
    • testStringSerializer

      public void testStringSerializer() throws org.djutils.data.serialization.TextSerializationException
      Test the serializer of the String type.
      Throws:
      org.djutils.data.serialization.TextSerializationException - when serializer could not be found
    • testSerializerErrors

      public void testSerializerErrors() throws org.djutils.data.serialization.TextSerializationException
      Test the errors for the serializers.
      Throws:
      org.djutils.data.serialization.TextSerializationException - when serializer could not be found
    • testScalarSerializers

      public void testScalarSerializers() throws org.djutils.data.serialization.TextSerializationException
      Test the serializers of the DoubleScalar and FloatScalar types.
      Throws:
      org.djutils.data.serialization.TextSerializationException - when serializer could not be found