Modifier and Type | Class and Description |
---|---|
class |
ArrayOrMatrixSerializer<T,E>
Serializer for arrays or matrices.
|
class |
BasicPrimitiveArrayOrMatrixSerializer<T>
Serializer for primitive data array classes.
|
class |
BasicSerializer<T>
Basics of the serializer
|
class |
DjunitsArrayOrMatrixSerializer<T>
Serializer for Djunits arrays and matrices.
|
class |
FixedSizeObjectSerializer<T>
Serializer for simple, fixed size, classes.
|
class |
ItemName
Serializable name for the next item in the stream, data, whatever.
|
class |
ObjectArraySerializer<E>
Serializer for Object array classes.
|
class |
ObjectMatrixSerializer<E>
Serializer for simple matrix (non-jagged, non-empty, 2D array) classes.
|
class |
ObjectSerializer<T>
Serializer for simple classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Map<Byte,Serializer<?>> |
TypedMessage.PRIMITIVE_DATA_DECODERS
All the converters that decode into primitive data when possible, keyed by prefix.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Serializer<?>[] |
TypedMessage.buildEncoderList(boolean utf8,
Object... content)
Build the list of serializers corresponding to the data in an Object array.
|
(package private) static Serializer<?> |
TypedMessage.findEncoder(boolean utf8,
Object object)
Find the serializer for one object.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
TypedMessage.decode(byte[] buffer,
Map<Byte,Serializer<?>> decoderMap,
EndianUtil endianUtil)
Decode the message into an object array.
|
Copyright © 2018–2019 Delft University of Technology. All rights reserved.