- testArrayOfDjutilsVectors() - Method in class org.djutils.serialization.Tests
-
Test serialization and deserialization of arrays of Djutils vectors.
- testArrays() - Method in class org.djutils.serialization.Tests
-
Test encoding and decoding of arrays.
- testBasicSerializer() - Method in class org.djutils.serialization.Tests
-
Test the toString and dataClassName methods of the BasicSerializer.
- testCompoundArrays() - Method in class org.djutils.serialization.Tests
-
Test the compound array encoder and decoder.
- testDJunits() - Method in class org.djutils.serialization.Tests
-
Test encoding and decoding of strongly typed quantities (DJUNITS).
- testEndianUtil() - Method in class org.djutils.serialization.Tests
-
Test the remainder of the EndianUtil class.
- testJaggedMatrices() - Method in class org.djutils.serialization.Tests
-
Test that jagged matrices are detected and cause a SerializationException.
- testMatrices() - Method in class org.djutils.serialization.Tests
-
Test encoding and decoding of arrays.
- Tests - Class in org.djutils.serialization
-
Test message conversions.
- Tests() - Constructor for class org.djutils.serialization.Tests
-
- Tests.Compound - Class in org.djutils.serialization
-
Class used to test serialization of classes that implement SerializableObject.
- testStrings() - Method in class org.djutils.serialization.Tests
-
Test encoding and decoding of Strings with more exotic characters for UTF-8 and UTF-16.
- testUnhandledObject() - Method in class org.djutils.serialization.Tests
-
Test that the encoder throws a SerializationException when given something that it does not know how to serialize.
- testUnitType() - Method in class org.djutils.serialization.Tests
-
Test the UnitType class.
- toString() - Method in class org.djutils.serialization.Tests.Compound
-