Package org.djutils.serialization
Interface and code to serialize and deserialize data.
Copyright (c) 2019-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Guus Tamminga
-
Interface Summary Interface Description SerializableObject<T> Interface that must be implemented by objects that can be serialized. -
Class Summary Class Description DisplayType DJUNITS Display Types to be used as part of a Sim0MQ message.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.SerialDataDecoder Decoder for inspection of 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 Summary Exception Description SerializationException Exception for the DSOL ZeroMQ bridge.SerializationRuntimeException Exception for the DSOL ZeroMQ bridge.