See: Description
Interface | Description |
---|---|
SerializableObject<T> |
Interface that must be implemented by objects that can be serialized.
|
Serializer<T> |
Interface to serialize and deserialize data.
|
Class | Description |
---|---|
ArrayOrMatrixSerializer<T,E> |
Serializer for arrays or matrices.
|
BasicPrimitiveArrayOrMatrixSerializer<T> |
Serializer for primitive data array classes.
|
BasicSerializer<T> |
Basics of the serializer
|
DisplayType |
DJUNITS Display Types to be used as part of a Sim0MQ message.
|
DjunitsArrayOrMatrixSerializer<T> |
Serializer for Djunits arrays and matrices.
|
EndianUtil |
Method to help with Little Endian / Big Endian conversions for the Sim0MQ messages.
|
FieldTypes |
Type numbers to encode different data types within djutils-serialization.
|
FixedSizeObjectSerializer<T> |
Serializer for simple, fixed size, classes.
|
ItemName |
Serializable name for the next item in the stream, data, whatever.
|
ObjectArraySerializer<E> |
Serializer for Object array classes.
|
ObjectMatrixSerializer<E> |
Serializer for simple matrix (non-jagged, non-empty, 2D array) classes.
|
ObjectSerializer<T> |
Serializer for simple classes.
|
Pointer |
Container for an offset.
|
SerialDataDecoder |
Decoder for inspection of serialized data.
|
SerialDataDumper |
Dumper for serialized data.
|
SerializationUnits |
The Sim0MQ unit types with their code, including static methods to quickly find a unit type.
|
TypedMessage |
Message conversions.
|
TypedMessage.MinimalSerializableObject |
Minimal implementation of SerializableObject.
|
Exception | Description |
---|---|
SerializationException |
Exception for the DSOL ZeroMQ bridge.
|
Copyright (c) 2019-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2019-06-07 01:33:02 +0200 (Mon, 7 Jun 2019) $, @version $Revision: 1401 $, by $Author: pknoppers $,
initial version Jun 07, 2019
Copyright © 2018–2019 Delft University of Technology. All rights reserved.