Package org.djutils.serialization


package org.djutils.serialization
  • Classes
    Class
    Description
    AbstractSerializationTest contain a number of helper methods for different tests.
    ArraySerializationTest tests the encoding and decoding of arrays.
    MatrixSerializationTest tests the encoding and decoding of matrices.
    Test compound objects and the basic classes of the serialization project such as Pointer and exceptions.
    Class used to test serialization of classes that implement SerializableObject.
    SimpleSerializationTest tests the decode methods for primitives, and compares the big-endian and little-endian results.
    StringSerializationTest tests the encoding and decoding of strings and string arrays/matrices.
    UnitSerializationTest tests the encoding / decoding of values (Scalar, Vector, Matrix) with units.