All Classes and Interfaces
Class
Description
Serializer for arrays or matrices.
Serializer for Djunits arrays and matrices.
Serializer for primitive data array classes. *
Basics of the serializer
DoubleMatrixSerializer<U extends Unit<U>,S extends DoubleScalar<U,S>,V extends DoubleVector<U,S,V>,M extends DoubleMatrix<U,S,V,M>>
(De)serializes a DJUNITS DoubleMatrix.
(De)serializes a DJUNITS DoubleScalar.
DoubleVectorArraySerializer<U extends Unit<U>,S extends DoubleScalar<U,S>,V extends DoubleVector<U,S,V>>
(De)serializes an array of (same length) DJUNITS DoubleVectors.
(De)serializes a DJUNITS DoubleVector.
Method to help with Little Endian / Big Endian conversions for the Sim0MQ messages.
Type numbers to encode different data types within djutils-serialization.
Serializer for simple, fixed size, classes.
FloatMatrixSerializer<U extends Unit<U>,S extends FloatScalar<U,S>,V extends FloatVector<U,S,V>,M extends FloatMatrix<U,S,V,M>>
(De)serializes a DJUNITS FloatMatrix.
(De)serializes a DJUNITS FloatScalar.
FloatVectorArraySerializer<U extends Unit<U>,S extends FloatScalar<U,S>,V extends FloatVector<U,S,V>>
(De)serializes an array of (same length) DJUNITS FloatVectors.
(De)serializes a DJUNITS FloatVector.
Serializer for Object array classes.
Serializer for simple matrix (non-jagged, non-empty, 2D array) classes.
Serializer for simple classes.
Abstract class to (de)serializes a DJUNITS value.
Container for an offset.
The unit types with their code, including static methods to quickly find a unit type.
Decoder for inspection of serialized data.
Dumper for serialized data.
Interface that must be implemented by objects that can be serialized.
Exception for the DSOL ZeroMQ bridge.
Exception for the DSOL ZeroMQ bridge.
Interface to serialize and deserialize data.
StringArraySerializercontains the basic methods to (de)serialize a String array.
StringMatrixSerializer contains the basic methods to (de)serialize a String matrix..
Message conversions.
Serialization and deserialization of a single object.
Minimal implementation of SerializableObject.
DJUNITS Display Types to be used as part of a Sim0MQ message.